Ignore the .coverage temp file

This file is used by coverage during runtime to track executed lines. It
is unnecessary for source control.

Change-Id: I41bc24d37ae85fc820bde50fbd55163fbf9f12e6
This commit is contained in:
Nolan Brubaker 2016-05-19 16:50:22 -04:00
parent 20c461bdeb
commit 25bb84af57
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -62,3 +62,6 @@ ChangeLog
# Files created by releasenotes build
releasenotes/build
# Files generated by testing
.coverage