Skip to content

Commit aabb015

Browse files
committed
add .egg and similar to .gitignore
Running tests leaves these behind.
1 parent aad2eb0 commit aabb015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.~
33
\#*
44
.*~
5+
.eggs
6+
*.egg
57
*.egg-info
68
example/*/*.log
79
example/*.db

0 commit comments

Comments
 (0)