Tell git to ignore /.eggs dir too

setuptools (I think?) appears to cache things in this directory.

Change-Id: Ie1154fae4e6cae6b6551374f3cf7559a445052a3
This commit is contained in:
Angus Lees 2015-11-04 13:17:51 +11:00
parent 3f1146730c
commit 5ea889ee4b

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
dist
build
eggs
/.eggs/
parts
bin
var