Update .gitignore

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

Change-Id: I3dc8453d3c2304a713301152170ca366d31d79cf
This commit is contained in:
Jeremy Liu 2017-01-18 10:33:38 +08:00
parent 5caeaf05d3
commit aaa15e7af0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ var
sdist
develop-eggs
.installed.cfg
.eggs
lib
lib64