Skip to content

Commit 47d01d1

Browse files
committed
fuzz: gitignore cargo-fuzz corpus/artifact files
If we want to keep seeds from these directories we should move them to the qa-assets repo and make some effort to minimize them. It's easy to get 10s of 000s of these files if you're just running the fuzzer without making an effort to clean them up.
1 parent e9245f1 commit 47d01d1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Cargo.lock
44
*~
55

66
#fuzz
7-
fuzz/hfuzz_target
8-
fuzz/hfuzz_workspace
7+
fuzz/corpus
8+
fuzz/artifacts
9+
fuzz/*.log
910

0 commit comments

Comments
 (0)