Add *egg/ directories to .gitignore

Pip created *egg directory when using it with -e option.

TrivialFix

Change-Id: I21d4dba90ea90f8799a317637aa143338c59d106
This commit is contained in:
Michal Rostecki 2016-04-27 12:21:19 +02:00
parent ae138f91e2
commit e10422e812
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
# python
*egg/
*.egg-info
.venv
*.pyc