Update .gitignore

Because egg* already ignores egg-info & .eggs.

Change-Id: Ibeb7fcb497a9a3bf5756efd8bced4bf3e74711a8
This commit is contained in:
Kien Nguyen 2017-06-26 13:29:51 +07:00
parent 4dc7ae3131
commit 6bedf6ce3b
2 changed files with 2 additions and 5 deletions

4
.gitignore vendored
View File

@ -2,10 +2,8 @@
# Python related files
*.dat
*.egg
*.egg-info
*.egg*
*.pyc
.eggs
TAGS
build

View File

@ -1,8 +1,7 @@
*.pyc
*.dat
TAGS
*.egg
*.egg-info
*.egg*
build
.coverage
.tox