Add gitignore files
This commit adds some ignored files to .gitignore to avoid duplicate efforts for future projects. This change comes from tempest-lib repo. Change-Id: Ia8dc9bbbc0500967d05782c6c2fa1ee851dad64b
This commit is contained in:
parent
db1bc8804b
commit
b70edb479f
7
{{cookiecutter.repo_name}}/.gitignore
vendored
7
{{cookiecutter.repo_name}}/.gitignore
vendored
@ -4,11 +4,10 @@
|
||||
*.so
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg*
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.eggs
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
@ -23,7 +22,9 @@ lib64
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
cover/
|
||||
.coverage*
|
||||
!.coveragerc
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
|
Loading…
x
Reference in New Issue
Block a user