When building with -C instrument-coverage rustflag but LLVM_PROFILE_FILE is not set .profraw files are created in the current crate folder.
PR adds explicit ignore of such files.
(but need more flexible solution for excluding files from checksum calculation)
When building with
-C instrument-coverage
rustflag butLLVM_PROFILE_FILE
is not set .profraw files are created in the current crate folder. PR adds explicit ignore of such files. (but need more flexible solution for excluding files from checksum calculation)