mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-06 21:34:00 -05:00
fuzz: move all artifacts into regressions
Merge the libfuzzer and honggfuzz saved crash inputs into a shared folder in fuzz/regressions Add relevant entries to .gitignore
This commit is contained in:
1
fuzz/.gitignore
vendored
1
fuzz/.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
target
|
||||
artifacts/
|
||||
corpus
|
||||
coverage
|
||||
Cargo.lock
|
||||
|
||||
2
fuzz/honggfuzz/.gitignore
vendored
2
fuzz/honggfuzz/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
Cargo.lock
|
||||
target/
|
||||
hfuzz_target/
|
||||
hfuzz_workspace/*/input/*
|
||||
hfuzz_workspace/
|
||||
|
||||
Reference in New Issue
Block a user