paritytech / forklift

Forklift helps Cargo with caching
MIT License
24 stars 0 forks source link

Exclude .profraw files from sources checksum calculation #12

Closed AndWeHaveAPlan closed 4 months ago

AndWeHaveAPlan commented 4 months ago

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)