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

This commit is contained in:
Jenkins 2013-07-30 21:10:43 +00:00 committed by Gerrit Code Review
commit af9447490d
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.*