1
0
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:
Alberto Bertogli
2017-04-25 22:15:23 +01:00
parent 9ef481633a
commit f73b889016

10
.gitignore vendored
View File

@@ -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