ospurge/.gitignore
Tobias Urdin b4b917164c Add .coverage files to gitignore
When running coverage testing it creates
.coverage* files, this excludes them from git.

Change-Id: I9c991cf20474c7fcce939ee98ac0206cdac2f5d7
2018-09-09 10:38:34 +00:00

16 lines
124 B
Plaintext

.idea/
*~
*.pyc
AUTHORS
ChangeLog
build/
dist/
*.egg-info/
*.egg/
*.eggs/
.tox
.coverage
.testrepository/
cover/
.coverage*