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
|
# Python related files
|
||||||
|
|
||||||
*.dat
|
*.dat
|
||||||
*.egg
|
*.egg*
|
||||||
*.egg-info
|
|
||||||
*.pyc
|
*.pyc
|
||||||
.eggs
|
|
||||||
TAGS
|
TAGS
|
||||||
build
|
build
|
||||||
|
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.dat
|
*.dat
|
||||||
TAGS
|
TAGS
|
||||||
*.egg
|
*.egg*
|
||||||
*.egg-info
|
|
||||||
build
|
build
|
||||||
.coverage
|
.coverage
|
||||||
.tox
|
.tox
|
||||||
|
Reference in New Issue
Block a user