Sort .gitignore content
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
parent
9d7f58100f
commit
4433b4c19e
1 changed files with 23 additions and 23 deletions
46
.gitignore
vendored
46
.gitignore
vendored
|
@ -1,33 +1,33 @@
|
||||||
# Docker project generated files to ignore
|
# Docker project generated files to ignore
|
||||||
# if you want to ignore files created by your editor/tools,
|
# if you want to ignore files created by your editor/tools,
|
||||||
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
||||||
.vagrant*
|
|
||||||
bin
|
|
||||||
docker/docker
|
|
||||||
*.exe
|
*.exe
|
||||||
.*.swp
|
|
||||||
a.out
|
|
||||||
*.orig
|
*.orig
|
||||||
build_src
|
*.test
|
||||||
.flymake*
|
.*.swp
|
||||||
.idea
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.bashrc
|
||||||
|
.dotcloud
|
||||||
|
.flymake*
|
||||||
|
.git/
|
||||||
|
.gopath/
|
||||||
|
.hg/
|
||||||
|
.idea
|
||||||
|
.vagrant*
|
||||||
|
Vagrantfile
|
||||||
|
a.out
|
||||||
|
autogen/
|
||||||
|
bin
|
||||||
|
build_src
|
||||||
|
bundles/
|
||||||
|
docker/docker
|
||||||
|
docs/AWS_S3_BUCKET
|
||||||
|
docs/GITCOMMIT
|
||||||
|
docs/GIT_BRANCH
|
||||||
|
docs/VERSION
|
||||||
docs/_build
|
docs/_build
|
||||||
docs/_static
|
docs/_static
|
||||||
docs/_templates
|
docs/_templates
|
||||||
.gopath/
|
|
||||||
.dotcloud
|
|
||||||
*.test
|
|
||||||
bundles/
|
|
||||||
.hg/
|
|
||||||
.git/
|
|
||||||
vendor/pkg/
|
|
||||||
pyenv
|
|
||||||
Vagrantfile
|
|
||||||
docs/AWS_S3_BUCKET
|
|
||||||
docs/GIT_BRANCH
|
|
||||||
docs/VERSION
|
|
||||||
docs/GITCOMMIT
|
|
||||||
docs/changed-files
|
docs/changed-files
|
||||||
autogen/
|
pyenv
|
||||||
.bashrc
|
vendor/pkg/
|
||||||
|
|
Loading…
Reference in a new issue