Update .gitignore to ignore all .egg things

I had an .eggs/ directory created and .gitignore didn't pick it up.

This commit modifies .gitignore to ignore all *.egg* things.

Change-Id: I5168a1ee11ec03a693c16fe85fa3aa192cfbd69a
This commit is contained in:
Anita Kuno 2016-07-13 12:45:08 -04:00
parent ca112a8099
commit 27c2296b2a
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -12,8 +12,7 @@
*.db
# Packages
*.egg
*.egg-info
*.egg*
dist
build
eggs