summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-30 08:30:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-30 08:30:54 -0400
commiteb39082eff83d5d438be40b5254a712aebf0eeb5 (patch)
treef635d161f683e321791c8a4f9d45a9f33bf88e41 /.hgignore
parent168176ef145c81732aa1d98240955977eec547a7 (diff)
downloadpython-coveragepy-git-eb39082eff83d5d438be40b5254a712aebf0eeb5.tar.gz
Make egg source reading work on py2k and py3k, though i don't like it much...
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 3716b4f1..eec265c2 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,7 +11,7 @@ syntax: glob
# Stuff in the root.
build
-coverage.egg-info
+*.egg-info
dist
htmlcov
MANIFEST