Add *egg/ directories to .gitignore
Pip created *egg directory when using it with -e option. TrivialFix Change-Id: I21d4dba90ea90f8799a317637aa143338c59d106
This commit is contained in:
parent
ae138f91e2
commit
e10422e812
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
# python
|
||||
*egg/
|
||||
*.egg-info
|
||||
.venv
|
||||
*.pyc
|
||||
|
Loading…
Reference in New Issue
Block a user