summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2011-12-08 15:14:48 -0800
committerJames E. Blair <jeblair@hp.com>2011-12-08 15:17:51 -0800
commit5235106e95681a2942a083aff7c00d385bd10489 (patch)
treee1eb837b34c83c46d93e5f6173c7df2bf2b6422b /.gitignore
parent10c829ff39500d68f1e3493f5fa1a4e2f5bc26d6 (diff)
downloadnova-5235106e95681a2942a083aff7c00d385bd10489.tar.gz
Rename .nova-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other than directory names, could be the same for all OpenStack projects. By renaming the virtualenv directory, the redundant Jenkins virtualenv build and copy jobs can be eliminated. Change-Id: Ieaf1dac3207ecb34b911c7edcd2086809abdf49e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3ef41c879a..64a96d0a86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ build/*
build-stamp
nova.egg-info
.nova-venv
+.venv
*.sqlite
*.log
po/*.pot \ No newline at end of file