Tell git to ignore *.egg packages

For example, `sh run-tests.sh` lays a lot of eggs.
This commit is contained in:
Sascha Brawer 2017-02-11 09:13:10 +01:00
parent b31ed09421
commit a9201196a9

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ __pycache__/
*$py.class *$py.class
# Distribution / Packaging # Distribution / Packaging
*.egg
*.egg-info *.egg-info
*.eggs *.eggs
MANIFEST MANIFEST