From: Stephen Finucane Date: Wed, 11 Apr 2018 16:36:19 +0000 (+0100) Subject: gitignore: Ignore '.venv' X-Git-Tag: v2.1.0-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3586ba08ad06c7663804716ec19d8f9ab2ac8fcc;p=thirdparty%2Fpatchwork.git 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 Signed-off-by: Daniel Axtens --- 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.*