.gitignore: Ignore *.egg and *.egg-info
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sat, 12 Oct 2013 16:05:55 +0000 (09:05 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sat, 12 Oct 2013 16:05:55 +0000 (09:05 -0700)
.gitignore

index 1268423..bf572aa 100644 (file)
@@ -4,6 +4,9 @@ __pycache__
 *.so
 *.o
 
+*.egg
+*.egg-info
+
 Cython/Compiler/*.c
 Cython/Plex/*.c
 Cython/Runtime/refnanny.c