summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-06-03 13:03:21 -0400
committerMonty Taylor <mordred@inaugust.com>2012-06-07 12:15:42 -0400
commitcf34a6015762a82780f86004a76439e1e21340f8 (patch)
tree16581750173cc7e6e9baa956f5db60537dce19d9 /.gitignore
parent281979a7b602b3555617394a468871e8d237acf2 (diff)
downloadnova-cf34a6015762a82780f86004a76439e1e21340f8.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index eee73ee900..d61dac1f1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.DS_Store
local_settings.py
ChangeLog
+MANIFEST
CA/
keeper
instances
@@ -15,9 +16,13 @@ nova.egg-info
*.sqlite
*.log
*.mo
+nosetests.xml
+coverage.xml
tools/conf/nova.conf*
cover/*
+nova/tests/cover/*
+nova/vcsversion.py
+.autogenerated
dist/*
.coverage
covhtml
-nova/tests/coverage.xml