Update .gitignore
The `.eggs` directory is generated by command `python setup.py install`, better put it into .gitignore. Change-Id: I86150764ab9cf67f5af1d75655085de39a0345c2
This commit is contained in:
parent
b629503da4
commit
568be4abb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
.eggs
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
|
Loading…
Reference in New Issue
Block a user