Update .gitignore - ignore egg files

Ignore any egg files that show up in our directory structures.
This commit is contained in:
Shawn Hartsock
2014-09-02 15:14:13 -04:00
parent 94f78f5bd4
commit 9d08442af0

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ dist
*.iml
*.patch
*.diff
*.egg*