.gitignore: Add default.profraw

Emitted in the CWD when you run executables with the coverage enabled.
I find myself running the unittests from the project root a lot, and this file is annoying to skip when staging code.

Change-Id: I25557c941b2723aa300fcde827d281b054cbf2fd
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/42843
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton 2021-02-26 18:39:08 +00:00 committed by Commit Bot service account
parent 6ce2edfa1f
commit 4bd4b8fecb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ build
buildtools
cmake-build-*/
coverage.summary
default.profraw
lcov.info
out
testing