Skip to content

Commit 372095f

Browse files
committed
.gitignore: Ignore *.egg and *.egg-info
1 parent 7accb3e commit 372095f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ __pycache__
44
*.so
55
*.o
66

7+
*.egg
8+
*.egg-info
9+
710
Cython/Compiler/*.c
811
Cython/Plex/*.c
912
Cython/Runtime/refnanny.c

0 commit comments

Comments
 (0)