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:
Jeremy Liu 2017-01-13 15:28:04 +08:00
parent b629503da4
commit 568be4abb8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
# Packages
*.egg
.eggs
*.egg-info
dist
build