Expand the .gitignore file to ignore .egg files

We don't need the .egg files in the repo, let's ignore them.

Change-Id: I90bdd44d72a0a5957c48e47e6f9a21486fdd1524
This commit is contained in:
Anita Kuno 2014-05-08 14:50:47 -04:00
parent ea56380187
commit c795730fd9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.pyc *.pyc
*.egg*