Add .venv to .gitignore

.venv was not a part of the .gitignore file and was showing up when
creating a virtual environment for developing with Jenkins Job Builder.
This patch adds .venv to the .gitignore file.

Change-Id: Ie32384290b9127759591a695cdfb5b0d6e740eb1
This commit is contained in:
Dustin Schoenbrun 2018-10-26 15:33:13 -04:00
parent 4652775214
commit 862660f44f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ testr_subunit_log
__pycache__
/.stestr
settings.json
.venv