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 # Python related files
*.dat *.dat
*.egg *.egg*
*.egg-info
*.pyc *.pyc
.eggs
TAGS TAGS
build build

View File

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