Adding a couple files to .gitignore
These appear after running tests locally. It's annoying to get bugged about them constantly. Basing this file on Neutron's .gitignore. Change-Id: I5245dd0c94e79dba49ee508ef0a35d453b880385
This commit is contained in:
parent
4269af4da8
commit
3f281cc457
24
.gitignore
vendored
24
.gitignore
vendored
@ -1,5 +1,23 @@
|
||||
*.pyc
|
||||
.tox
|
||||
*.egg-info
|
||||
AUTHORS
|
||||
build/*
|
||||
build-stamp
|
||||
ChangeLog
|
||||
cover/
|
||||
.coverage
|
||||
covhtml/
|
||||
dist/
|
||||
doc/build
|
||||
*.DS_Store
|
||||
*.pyc
|
||||
*.egg-info/
|
||||
pbr*.egg/
|
||||
run_tests.err.log
|
||||
run_tests.log
|
||||
setuptools*.egg/
|
||||
subunit.log
|
||||
.testrepository
|
||||
.tox/
|
||||
.venv/
|
||||
*.mo
|
||||
*.sw?
|
||||
*~
|
||||
|
Loading…
Reference in New Issue
Block a user