Update .gitignore

Because egg* already ignores egg-info.

Change-Id: Ia53923c138d17f0eb04a4e22f033212268b7257a
This commit is contained in:
ritesh.arya 2017-07-12 11:13:16 +05:30
parent 45e325482e
commit 9abf7a78a4
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,8 +1,7 @@
*.py[co]
# Packages
*.egg
*.egg-info
*.egg*
dist
build
eggs