Modify the '.gitignore' file

Since the horizon remove the 'run_tests.sh' file,
so there should remove '.venv' from the '.gitignore' file.
See the patch 'https://review.openstack.org/#/c/399842/'

Change-Id: I0ab7530aff41877914c3d1e3368baf98d200a721
This commit is contained in:
Qian Min Chen 2017-08-18 17:16:50 +08:00
parent 987e6aba7d
commit b0817f76c2
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@ __pycache__
dist
build
tags
.venv
tests/scenario/.vagrant
.idea
.autogenerated