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:
parent
5a427eed5c
commit
0f50db33ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,6 +16,7 @@ releasenotes/build
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.eggs
|
||||
eggs
|
||||
parts
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user