gantt/.gitignore
Monty Taylor e246da73f5 Finalize tox config.
Shrink tox.ini to the new short version.
Fix the test cases to be able to be run in nosetets plus the
openstack.nose_plugin, which finally removes the need for
nova/testing/runner.py
Also, now we'll just output directly to stdout, which will
make nose collect the trace logging directly and either output
it at the end of the run, or inject it into the xunit output
appropriately.

Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
2012-06-07 12:15:42 -04:00

29 lines
291 B
Plaintext

*.pyc
*.DS_Store
local_settings.py
ChangeLog
MANIFEST
CA/
keeper
instances
keys
build/*
build-stamp
nova.egg-info
.nova-venv
.venv
.tox
*.sqlite
*.log
*.mo
nosetests.xml
coverage.xml
tools/conf/nova.conf*
cover/*
nova/tests/cover/*
nova/vcsversion.py
.autogenerated
dist/*
.coverage
covhtml