summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-11 17:36:19 +0100
committerDaniel Axtens <dja@axtens.net>2018-04-14 17:16:31 +1000
commit3586ba08ad06c7663804716ec19d8f9ab2ac8fcc (patch)
tree9db82ae24eb8f0641fe21aeade242c9800732763 /.gitignore
parent101cbaec1c3cfc9960ae6e39b64ab107d9ef2734 (diff)
downloadpatchwork-3586ba08ad06c7663804716ec19d8f9ab2ac8fcc.tar
patchwork-3586ba08ad06c7663804716ec19d8f9ab2ac8fcc.tar.gz
gitignore: Ignore '.venv'
I use this to validate stuff quite frequently. Ignore it so it's not polluting my git-status. Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d88ba74..04b6670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ cscope.*
# Unit test / coverage reports
htmlcov/
.tox/
+.venv/
.coverage
.coverage.*