Update .gitignore
Because egg* already ignores egg-info & .eggs. Change-Id: Ibeb7fcb497a9a3bf5756efd8bced4bf3e74711a8
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,10 +2,8 @@
|
||||
# Python related files
|
||||
|
||||
*.dat
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.egg*
|
||||
*.pyc
|
||||
.eggs
|
||||
TAGS
|
||||
build
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
*.pyc
|
||||
*.dat
|
||||
TAGS
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.egg*
|
||||
build
|
||||
.coverage
|
||||
.tox
|
||||
|
Reference in New Issue
Block a user