Update .gitignore

Because egg* already ignores egg-info.

Change-Id: I62fc1c4b82bf0394d3fbd9b941073637da6498b9
This commit is contained in:
ritesh.arya 2017-07-10 14:56:32 +05:30
parent 6378a0a49c
commit 3ea6e4b2d4
1 changed files with 1 additions and 3 deletions

4
.gitignore vendored
View File

@ -3,9 +3,7 @@
__pycache__/
_build/
build/
*.egg
*.eggs
*.egg-info
*.egg*
dist
build
eggs