Expand the .gitignore file to ignore .egg files
We don't need the .egg files in the repo, let's ignore them. Change-Id: I90bdd44d72a0a5957c48e47e6f9a21486fdd1524changes/91/92891/1
parent
ea56380187
commit
c795730fd9
|
@ -1 +1,2 @@
|
|||
*.pyc
|
||||
*.egg*
|
||||
|
|
Loading…
Reference in New Issue