Browse code

Sort .gitignore content

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>

Arnaud Porterie authored on 2015/03/25 01:28:02
Showing 1 changed files
... ...
@@ -1,33 +1,33 @@
1 1
 # Docker project generated files to ignore
2 2
 #  if you want to ignore files created by your editor/tools,
3 3
 #  please consider a global .gitignore https://help.github.com/articles/ignoring-files
4
-.vagrant*
5
-bin
6
-docker/docker
7 4
 *.exe
8
-.*.swp
9
-a.out
10 5
 *.orig
11
-build_src
12
-.flymake*
13
-.idea
6
+*.test
7
+.*.swp
14 8
 .DS_Store
15
-docs/_build
16
-docs/_static
17
-docs/_templates
18
-.gopath/
9
+.bashrc
19 10
 .dotcloud
20
-*.test
21
-bundles/
22
-.hg/
11
+.flymake*
23 12
 .git/
24
-vendor/pkg/
25
-pyenv
13
+.gopath/
14
+.hg/
15
+.idea
16
+.vagrant*
26 17
 Vagrantfile
18
+a.out
19
+autogen/
20
+bin
21
+build_src
22
+bundles/
23
+docker/docker
27 24
 docs/AWS_S3_BUCKET
25
+docs/GITCOMMIT
28 26
 docs/GIT_BRANCH
29 27
 docs/VERSION
30
-docs/GITCOMMIT
28
+docs/_build
29
+docs/_static
30
+docs/_templates
31 31
 docs/changed-files
32
-autogen/
33
-.bashrc
32
+pyenv
33
+vendor/pkg/