Update .gitignore

The `.eggs` directory is generated by command `python setup.py install`,
better put it into .gitignore. This patch optimizes .gitignore.

Change-Id: I15bd7db54afac87ab426be2d0c670591c0af56dd
Closes-bug: #1656837
This commit is contained in:
Jeremy Liu 2017-01-16 21:05:57 +08:00
parent a3237dd817
commit 1ccebf7042
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,13 +11,13 @@
.tox
.venv
.idea
*.egg*
AUTHORS
Authors
build/*
build-stamp
CA/
ChangeLog
manila.egg-info
cover/*
covhtml
dist/*