mirror of https://github.com/docker/docs.git
Merge pull request #1491 from titanous/gitignore-test
gitignore all test files
This commit is contained in:
commit
168e2f8c49
|
@ -5,10 +5,7 @@ docker/docker
|
||||||
a.out
|
a.out
|
||||||
*.orig
|
*.orig
|
||||||
build_src
|
build_src
|
||||||
command-line-arguments.test
|
|
||||||
.flymake*
|
.flymake*
|
||||||
docker.test
|
|
||||||
auth/auth.test
|
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
docs/_build
|
docs/_build
|
||||||
|
@ -16,3 +13,4 @@ docs/_static
|
||||||
docs/_templates
|
docs/_templates
|
||||||
.gopath/
|
.gopath/
|
||||||
.dotcloud
|
.dotcloud
|
||||||
|
*.test
|
||||||
|
|
Loading…
Reference in New Issue