summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-05-23 12:27:57 +0200
committergbrandl <devnull@localhost>2008-05-23 12:27:57 +0200
commit1586169ddf6409f7f44f520190c0d6bfde6efb23 (patch)
treeb47250b29ca2eb1294bb6749ba7e7165fa5d4dcc /.hgignore
parentc2f3609b68aaf79736292c4790c458951d17b9eb (diff)
downloadpygments-1586169ddf6409f7f44f520190c0d6bfde6efb23.tar.gz
Ignore eggs.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 50159946..323f64d4 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,7 @@
syntax: glob
*.pyc
*.pyo
+*.egg
build/*
dist/*
-Pygments.egg-info/* \ No newline at end of file
+Pygments.egg-info/*