summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-06-27 09:36:23 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-06-27 09:36:23 +0100
commit87e177243026f879ddb1c70b12e011d82a1255f7 (patch)
tree37436a5f12bf1cfcf2c3f94d267d6d2757d4e3e9 /.gitignore
parent823165d068a77642db9e907e465db91f841ab424 (diff)
downloadpbr-87e177243026f879ddb1c70b12e011d82a1255f7.tar.gz
gitignore: Ignore .venv
Change-Id: I740c9ec7cf91ab607a032253bd0d5c792fff4e40
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d42a3f9..d806d7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ develop-eggs
# Other
.testrepository
.tox
+.venv
.*.swp
.coverage
cover