diff options
author | Stephen Finucane <stephen@that.guru> | 2018-04-11 17:36:19 +0100 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2018-04-14 17:16:31 +1000 |
commit | 3586ba08ad06c7663804716ec19d8f9ab2ac8fcc (patch) | |
tree | 9db82ae24eb8f0641fe21aeade242c9800732763 /.gitignore | |
parent | 101cbaec1c3cfc9960ae6e39b64ab107d9ef2734 (diff) | |
download | patchwork-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ cscope.* # Unit test / coverage reports htmlcov/ .tox/ +.venv/ .coverage .coverage.* |