Ignore the .update-venv directory.

It appears to be made when you resume a broken venv creation.
It is listed in oslo's pep8 exclude list and .gitignore.

Change-Id: I3db570c778ca9c6e0df72f5512ed1a9c643ecb38
This commit is contained in:
Jamie Lennox 2013-06-04 17:08:25 +10:00
parent 132ff6d85e
commit 866320c0f7
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
vendor
.ksl-venv
.venv
.update-venv/
.tox
keystone.egg-info/
*.log

View File

@ -34,4 +34,4 @@ show-source = true
ignore = H304
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv