Merge "Ignore the .update-venv directory."

This commit is contained in:
Jenkins 2013-06-10 06:30:14 +00:00 committed by Gerrit Code Review
commit b1d4de7fa1
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

@ -35,4 +35,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