Ignore temp file created by coverage

add an additional .gitignore entry to ignore the temporary file created
by coverage.

Change-Id: I4294df1b4af782b9b63a6c831a8f493babbac7f5
This commit is contained in:
Takashi Kajinami 2024-05-06 01:28:27 +09:00
parent 5898d54b13
commit 29df178636
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ build-stamp
ChangeLog
cover/
.coverage
.coverage.*
covhtml/
dist/
doc/build