Update .gitignore

Because egg* already ignores egg-info.

Change-Id: Ie40ba643c76ca3cf2e017e963ab3031f6bb4624e
This commit is contained in:
Kien Nguyen 2017-06-26 14:04:20 +07:00
parent b19d871415
commit 7eba3cf0c2
1 changed files with 1 additions and 3 deletions

4
.gitignore vendored
View File

@ -5,9 +5,7 @@
*.so
# Packages
*.egg
*.egg-info
.eggs/
*.egg*
dist
build
.venv