Add .coverage files to gitignore

When running coverage testing it creates
.coverage* files, this excludes them from git.

Change-Id: I9c991cf20474c7fcce939ee98ac0206cdac2f5d7
This commit is contained in:
Tobias Urdin 2018-09-08 15:23:50 +02:00 committed by Jordan Pittier
parent ebb02fde0a
commit b4b917164c
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ dist/
.coverage
.testrepository/
cover/
.coverage*