From f1210aed0bb901b1c0aae6ef9878aafdf52f5129 Mon Sep 17 00:00:00 2001 From: Daniel Grana Date: Mon, 29 Aug 2011 15:01:18 -0300 Subject: [PATCH] ignore *egg-info added by pip install -e --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 076cc87c9..69754f54e 100644 --- a/.hgignore +++ b/.hgignore @@ -4,3 +4,4 @@ _trial_temp dropin.cache .svn docs/build +*egg-info