]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
gitignore: Ignore '.venv'
authorStephen Finucane <stephen@that.guru>
Wed, 11 Apr 2018 16:36:19 +0000 (17:36 +0100)
committerDaniel Axtens <dja@axtens.net>
Sat, 14 Apr 2018 07:16:31 +0000 (17:16 +1000)
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>
.gitignore

index d88ba7489d178410a2028ccf367d4379d0ecf5b6..04b66702ba2f58819d7401ffc8d5d90ad30d0546 100644 (file)
@@ -35,6 +35,7 @@ cscope.*
 # Unit test / coverage reports
 htmlcov/
 .tox/
+.venv/
 .coverage
 .coverage.*