author | Alberto Bertogli
<albertito@blitiri.com.ar> 2017-04-25 21:15:23 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2018-03-30 21:33:53 UTC |
parent | 9ef481633a7af8e7142e8c6cf0c912f6b254456a |
.gitignore | +10 | -0 |
diff --git a/.gitignore b/.gitignore index a32a511..fe33517 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,13 @@ chasquid.test # Exclude any .pem files, to prevent accidentally including test keys and # certificates. *.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