.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:
parent
6ce2edfa1f
commit
4bd4b8fecb
|
@ -9,6 +9,7 @@ build
|
|||
buildtools
|
||||
cmake-build-*/
|
||||
coverage.summary
|
||||
default.profraw
|
||||
lcov.info
|
||||
out
|
||||
testing
|
||||
|
|
Loading…
Reference in New Issue