summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDustin Schoenbrun <dschoenb@redhat.com>2018-10-26 15:33:13 -0400
committerDustin Schoenbrun <dschoenb@redhat.com>2018-10-26 15:33:13 -0400
commit862660f44f48a825d15b11ee6706f6ce9b105dd6 (patch)
tree7f426ca2b7305c26f8ddfef23adcade5bf87a839 /.gitignore
parent4652775214cd9cf0d63c9f936318aea38de16256 (diff)
downloadpython-jenkins-job-builder-862660f44f48a825d15b11ee6706f6ce9b105dd6.tar.gz
python-jenkins-job-builder-862660f44f48a825d15b11ee6706f6ce9b105dd6.tar.xz
python-jenkins-job-builder-862660f44f48a825d15b11ee6706f6ce9b105dd6.zip
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fea9c547..6f118802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ testr_subunit_log
__pycache__
/.stestr
settings.json
+.venv