Update .gitignore to ignore .eggs

because egg* already ignores egg-info [1]

[1] https://review.openstack.org/#/c/477476/

Change-Id: Ia657ce5b65e7588a3b676c459b90c24ebc59890f
This commit is contained in:
bhavani.cr 2017-06-26 11:25:54 +05:30 committed by bhavani
parent d877b42555
commit 86e98eec43
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -4,8 +4,7 @@
*.so
# Packages
*.egg
*.egg-info
*.egg*
dist
build
eggs