deb-keystone/.gitignore
Jamie Lennox 2397133b8f Move temporary test files into tests/tmp
Add a new folder tests/tmp and move all temporary test artefacts like
sqlite dbs into the folder. This has a number of advantages:

- clean up .gitignore and tests folder.
- common/sql/util.py files didn't really belong in common as they were
  test only.
- by doing ``sudo mount -t tmpfs -o size=16M tmpfs tests/tmp; sudo chown
  $USER: tests/tmp`` tests speed up about 3x (ext4; credit ayoung's blog).

Change-Id: I9b02a5273dd27db963e9a26085b7456f4c5f6a41
2013-07-11 09:31:39 +10:00

29 lines
306 B
Plaintext

*.pyc
*.swp
vendor
.ksl-venv
.venv
.update-venv/
.tox
keystone.egg-info/
*.log
.coverage
coverage.xml
cover/*
covhtml
pep8.txt
nosetests.xml
doc/build
.DS_Store
doc/source/modules.rst
doc/source/keystone.*
ChangeLog
AUTHORS
build/
dist/
etc/keystone.conf
etc/logging.conf
tests/tmp/
.project
.pydevproject