Ignore .eggs from git

This started popping up on my machine when installing this project as
editable (`pip install -e`). Ignore it, we clearly don't want it.

Change-Id: Idf520e3d274460bd820a16b52047f47e8ac47913
This commit is contained in:
Jim Rollenhagen 2018-01-10 14:55:05 -05:00
parent 5a427eed5c
commit 0f50db33ae

1
.gitignore vendored
View File

@ -16,6 +16,7 @@ releasenotes/build
*.egg-info
dist
build
.eggs
eggs
parts
var