diff options
author | Josh Steadmon <steadmon@google.com> | 2018-10-12 17:58:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-15 14:28:59 +0900 |
commit | 5e47215080018b7eea2054ec70f5d686715d66ee (patch) | |
tree | 70f2a6f4c79a0a36855050df84dbcdbe554a3a7c /.gitignore | |
parent | Declare that the next one will be named 2.20 (diff) | |
download | tgif-5e47215080018b7eea2054ec70f5d686715d66ee.tar.xz |
fuzz: add basic fuzz testing target.
fuzz-pack-headers.c provides a fuzzing entry point compatible with
libFuzzer (and possibly other fuzzing engines).
Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9d1363a1eb..87a28b3115 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/fuzz_corpora +/fuzz-pack-headers /GIT-BUILD-OPTIONS /GIT-CFLAGS /GIT-LDFLAGS |