From af132f0d2d7fbca4d17d118facd9b8bdd9f777cc Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 28 Oct 2011 17:40:43 +0200 Subject: [PATCH] Ignore /dist --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e52c4397..bbfe2ed8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc -*.egg-info -.coverage -.tox +/*.egg-info +/.coverage +/.tox +/dist