octavia/.gitignore
Stephen Balukoff 3f281cc457 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
2014-08-01 23:03:01 -07:00

24 lines
223 B
Plaintext

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