Update .gitignore

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

Change-Id: I39c1541c265cea684d2cec61faddf8d448086f3e
This commit is contained in:
Jeremy Liu 2017-01-16 21:20:12 +08:00
parent 5778944ac9
commit 8242851039
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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