9d212e6fb9
The entries for tox and testrepository weren't working with `git clean -df` so this updates them to match what's in nova's .gitignore. Testing manually shows this doesn't blast those directories when running git clean. Change-Id: Iba569afabea748369f76351bf5521ca1c0fdce0c Closes-Bug: #1423983
24 lines
216 B
Plaintext
24 lines
216 B
Plaintext
AUTHORS
|
|
ChangeLog
|
|
.tox
|
|
.testrepository/
|
|
*.pyc
|
|
*data/*
|
|
*build/*
|
|
*dist/*
|
|
*ez_setup.py
|
|
*.egg/*
|
|
*egg-info/*
|
|
*bin/*
|
|
*include/*
|
|
*lib/*
|
|
lib64
|
|
sa06/*
|
|
.idea/*
|
|
.coverage
|
|
test_db.cfg
|
|
nosexcover
|
|
.ropeproject
|
|
.*.swp
|
|
docs/_static
|