From 1859c84e6d356c9a02badefdd4f245921bb2b4f6 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Wed, 27 Apr 2016 15:27:49 -0400 Subject: [PATCH] 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... --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5a3fa9649c0..58b27eb7d49 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ nosetests.xml pyvenv.cfg pip-selfcheck.json venv +.venv # vimmy stuff *.swp