Update .gitignore

The `.eggs` directory is generated by command `python setup.py install`.
Better put that into .gitignore

Change-Id: I181991e5dbb91dae2372b0330087e628df9f3021
This commit is contained in:
Jeremy Liu
2017-01-12 17:53:35 +08:00
parent ba38fe6fef
commit ca947c2e5b

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
dist
build
.venv
.eggs
eggs
parts
bin