6cb85feaf8
Runing tox is causing a directory named .eggs to be created, so adding it to the git ignore list. Change-Id: I0a3b1981828365121cdffd53fae932ba0ea0db46
20 lines
183 B
Plaintext
20 lines
183 B
Plaintext
.coverage*
|
|
.venv
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
AUTHORS
|
|
build
|
|
dist
|
|
ChangeLog
|
|
run_tests.err.log
|
|
.tox
|
|
doc/source/api
|
|
doc/build
|
|
*.egg
|
|
*.eggs
|
|
heatclient/versioninfo
|
|
*.egg-info
|
|
*.log
|
|
.testrepository
|