From ca88c02507e0bb47d281ea9017dc93f2e05a6112 Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Wed, 3 Jul 2013 19:41:05 +0200 Subject: [PATCH] Support working in a local virtualenv. --- .hgignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.hgignore b/.hgignore index 7184c073e..bbf48ddac 100644 --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,13 @@ syntax:glob .svn .hgsvn +# Ingore local virtualenvs +syntax:glob +lib/ +bin/ +include/ +.Python/ + # These lines are suggested according to the svn:ignore property # Feel free to enable them by uncommenting them syntax:glob