From 6bc92fa4f394ed374a63ecd4c7335c0f375b085a Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 15 Sep 2010 10:56:47 +0200 Subject: [PATCH] Add setup.py output files to hgignore --- .hgignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgignore b/.hgignore index 7b57480d..6f82fc61 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,6 @@ syntax: glob output/* *.pyc +MANIFEST +build +dist