[PATCH 4/4] gitignore: Ignore '.venv'
Stephen Finucane
stephen at that.guru
Thu Apr 12 02:36:19 AEST 2018
I use this to validate stuff quite frequently. Ignore it so it's not
polluting my git-status.
Signed-off-by: Stephen Finucane <stephen at that.guru>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d88ba748..04b66702 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ cscope.*
# Unit test / coverage reports
htmlcov/
.tox/
+.venv/
.coverage
.coverage.*
--
2.14.3
More information about the Patchwork
mailing list