Ignore .venv (#1923)

When using virtualfish ('virtualenvwrapper' for the fish shell), you
can create a .venv file in a directory that contains the name of a
virtualenv that will be activated automatically when you cd into that
directory. This is a good and useful thing, but since folks will have
different names for their virtualenvs, we should ignore this file.

That... and I'm probably the only one using fish/virtualfish...
This commit is contained in:
Josh Wright 2016-04-27 15:27:49 -04:00
parent 2b7e1a2cc9
commit 1859c84e6d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -78,6 +78,7 @@ nosetests.xml
pyvenv.cfg
pip-selfcheck.json
venv
.venv
# vimmy stuff
*.swp