Add *.egg* to .gitignore

Change-Id: Idd3e87f2f08df8e1c32e14655cc51066b16b21d7
This commit is contained in:
Matt Riedemann 2015-07-17 09:09:18 -07:00
parent 9a1ba80ce2
commit 145d0050e1
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,7 @@
AUTHORS
ChangeLog
*~
*.egg*
*.swp
*.pyc
*.log
@ -14,4 +15,3 @@ dist/
.testrepository/
.project
.pydevproject
pbr-*.egg/