mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-22 15:27:02 +00:00
Ignore fuzz-generated corpus and build artifacts
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -26,3 +26,13 @@ chasquid.test
|
|||||||
# Exclude any .pem files, to prevent accidentally including test keys and
|
# Exclude any .pem files, to prevent accidentally including test keys and
|
||||||
# certificates.
|
# certificates.
|
||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
|
# Ignore the generated corpus: we don't want to commit it to the repository by
|
||||||
|
# default, to avoid size blowup. Manually added corpus will begin with "t-",
|
||||||
|
# and thus not ignored.
|
||||||
|
# Leave crashers not ignored, to make them easier to spot (and they should be
|
||||||
|
# moved to manually-added corpus once detected).
|
||||||
|
**/testdata/fuzz/corpus/[0-9a-f]*
|
||||||
|
|
||||||
|
# go-fuzz build artifacts.
|
||||||
|
*-fuzz.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user