sqlalchemy-migrate/.gitignore
Matt Riedemann 9d212e6fb9 Fix .gitignore for .tox and .testrepository
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
2015-02-20 10:43:00 -08:00

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