b4b917164c
When running coverage testing it creates .coverage* files, this excludes them from git. Change-Id: I9c991cf20474c7fcce939ee98ac0206cdac2f5d7
16 lines
124 B
Plaintext
16 lines
124 B
Plaintext
.idea/
|
|
*~
|
|
*.pyc
|
|
AUTHORS
|
|
ChangeLog
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg/
|
|
*.eggs/
|
|
.tox
|
|
.coverage
|
|
.testrepository/
|
|
cover/
|
|
.coverage*
|