fix(gitignore) : ignore *.egg and *.egg-info

Change-Id: I9496dab9e8f779a7ae045bb73b2cf8e77bda0d30
This commit is contained in:
TheSriram 2013-07-30 14:57:48 -04:00
parent 5e6df96d21
commit ad99f29655
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,7 +7,8 @@ build
cover
ChangeLog
.coverage
swift.egg-info
*.egg
*.egg-info
.DS_Store
.tox
pycscope.*