summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-26 14:58:14 -0400
committerGabriel Hurley <gabriel@strikeawe.com>2012-05-26 14:36:19 -0700
commitc93e7c06fdfbd357767d8bb14b4a4d6fd9693e1e (patch)
tree188bb19696462c9f925a62841f7f04b96981851f /.gitignore
parent4f7ee81b5850b43a2c1eaba85d6bac8099600e19 (diff)
downloadtuskar-ui-c93e7c06fdfbd357767d8bb14b4a4d6fd9693e1e.tar.gz
Add ProjectTestingInterface to horizon.
Horizon is the last project that doesn't have support for the common Project Testing Interface. This gets horizon up to speed with the other bits, but shouldn't break any of the existing interfaces. Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a933f74f..5453cb62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
.coverage*
.noseids
coverage.xml
+nosetests.xml
pep8.txt
pylint.txt
reports
@@ -13,5 +14,8 @@ openstack_dashboard/local/local_settings.py
docs/build/
docs/source/sourcecode
.venv
+.tox
build
dist
+AUTHORS
+ChangeLog