Tell git to ignore *.egg packages
For example, `sh run-tests.sh` lays a lot of eggs.
This commit is contained in:
parent
b31ed09421
commit
a9201196a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ __pycache__/
|
|||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# Distribution / Packaging
|
# Distribution / Packaging
|
||||||
|
*.egg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.eggs
|
*.eggs
|
||||||
MANIFEST
|
MANIFEST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user