Add some gitignore files

This commit adds some .gitignore files. These come from the cookiecutter
repo. We should ignore some coverage, eggs, .venv related files.

Change-Id: I255584d8ae1c557e5529963e54268d5682cec647
This commit is contained in:
Masayuki Igawa 2016-02-10 13:00:11 +09:00
parent 936a99dce0
commit 548ccc8928
1 changed files with 6 additions and 3 deletions

9
.gitignore vendored
View File

@ -4,7 +4,7 @@
*.so
# Packages
*.egg
*.egg*
*.egg-info
dist
build
@ -22,11 +22,13 @@ lib64
pip-log.txt
# Unit test / coverage reports
.coverage
cover
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.venv
# Translations
*.mo
@ -51,3 +53,4 @@ ChangeLog
# Editors
*~
.*.swp
.*sw?