.gitignore: Ignore '.venv' directories

This is a commonly used name for virtualenv directories and should be
ignored.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2017-07-10 14:17:22 +01:00
parent 662d8deaf7
commit 75154196b1

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
TAGS
.tags
.tox
.venv
.DS_Store
sphinx/pycode/Grammar*pickle
distribute-*