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

9
.gitignore vendored
View File

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