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
changes/70/341670/1
Anita Kuno 7 years ago
parent ca112a8099
commit 27c2296b2a

3
.gitignore vendored

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

Loading…
Cancel
Save