extend .hgignore
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 12 Oct 2013 18:04:55 +0000 (20:04 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 12 Oct 2013 18:04:55 +0000 (20:04 +0200)
.hgignore

index 30fbc7a..dad6ba0 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -3,6 +3,8 @@ syntax: glob
 *.pyc
 *.pyo
 __pycache__
+*.egg
+*.egg-info
 
 Cython/Compiler/*.c
 Cython/Plex/*.c