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:
parent
936a99dce0
commit
548ccc8928
9
.gitignore
vendored
9
.gitignore
vendored
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user