Normalise ignore files

- Consistent order and contents (where possible)
- Prepend .gitignore paths with slashes where appropriate

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-08-27 13:35:45 +01:00
parent 0286d282f9
commit b39e549c87
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,10 @@
*.egg-info
.coverage
.git
.tox
build
dist
venv
coverage-html
dist
docker-compose.spec
docs/_site
venv

7
.gitignore vendored
View File

@ -1,9 +1,10 @@
*.egg-info
*.pyc
.tox
/.coverage
/.tox
/build
/coverage-html
/dist
/docker-compose.spec
/docs/_site
/venv
docker-compose.spec
coverage-html