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:
parent
ca112a8099
commit
27c2296b2a
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,8 +12,7 @@
|
||||
*.db
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.egg*
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
|
Loading…
Reference in New Issue
Block a user