diff options
| author | Jamie Lennox <jlennox@redhat.com> | 2013-06-04 17:08:25 +1000 |
|---|---|---|
| committer | Jamie Lennox <jlennox@redhat.com> | 2013-06-04 17:12:58 +1000 |
| commit | 866320c0f70c3a16bc2d2e8e1aeb0d7d4b7f514a (patch) | |
| tree | f8fea8402da40c697dc96b6dc1a93a0649c9a1bf | |
| parent | 132ff6d85e02acdce7483c2848686676cb4f14a0 (diff) | |
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
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ vendor .ksl-venv .venv +.update-venv/ .tox keystone.egg-info/ *.log @@ -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 |
