From 0f87943805adefbf925946e2b13cadbd90869a61 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Mon, 16 Jul 2012 17:11:47 +0200 Subject: [PATCH] Add /Scripts/ to the list of ignored patterns Virtualenv uses /Scripts/ instead of /bin/ on Windows, add it to the .gitignore file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 36c60f6..0b97582 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /lib/ /include/ /local +/Scripts/ # pip /pip-log.txt