[REF] Gitignore: ignore *.eggs

This commit is contained in:
Thomas Binsfeld 2018-10-08 12:02:05 +02:00 committed by Yannick Vaucher
parent a5c0e7bc76
commit 70e691acd3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ var/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
*.eggs
# Installer logs # Installer logs
pip-log.txt pip-log.txt