mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -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
|
target
|
||||||
|
artifacts/
|
||||||
corpus
|
corpus
|
||||||
coverage
|
coverage
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|||||||
2
fuzz/honggfuzz/.gitignore
vendored
2
fuzz/honggfuzz/.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
Cargo.lock
|
Cargo.lock
|
||||||
target/
|
target/
|
||||||
hfuzz_target/
|
hfuzz_target/
|
||||||
hfuzz_workspace/*/input/*
|
hfuzz_workspace/
|
||||||
|
|||||||
Reference in New Issue
Block a user