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:
Stephen Balukoff 2014-08-01 22:53:53 -07:00
parent 4269af4da8
commit 3f281cc457
1 changed files with 21 additions and 3 deletions

24
.gitignore vendored
View File

@ -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?
*~