summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-07-05 16:27:12 -0500
committerMonty Taylor <mordred@inaugust.com>2012-07-07 16:32:19 -0500
commiteb2de037a387a2f20f50a81c973a2efd48d73494 (patch)
tree242281c4f99bde07f2a72a9ca3e0997a8fd55d87 /.gitignore
parent642ec634c3beeb69175d0df12bcec8833e7efae5 (diff)
downloadnova-eb2de037a387a2f20f50a81c973a2efd48d73494.tar.gz
Update common setup code to latest.
This gets us up to date with common/setup.py and replaces custom nova autodoc generation with the port of that code found in common. Change-Id: I2a1c5d2c0fdcf40dbea50cc123b537adb068cdc2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 94661beecd..9d4779509c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,7 @@ tools/conf/nova.conf*
*.sqlite
*.DS_Store
*.egg*
+.project
+.pydevproject
+doc/source/api/*
+doc/build/*