bfbb9277bc
Looks like possibly new setuptools has started leaving a .eggs directory in the workspace. Add it to .gitignore with extreme prejudice. Change-Id: If53d9a2f03c8064265a6915a116983fb34de5f9a
16 lines
132 B
Plaintext
16 lines
132 B
Plaintext
build
|
|
dist
|
|
git_review.egg-info
|
|
MANIFEST
|
|
AUTHORS
|
|
ChangeLog
|
|
.eggs
|
|
.gerrit
|
|
.testrepository
|
|
.tox
|
|
.venv
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
doc/build
|