From 90737d9937bfabf497c11420eb758337514aa5a6 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Thu, 16 Jun 2022 17:31:30 +0300 Subject: [PATCH] Add libFuzzer output file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe997a7..434c879 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,8 @@ tests/elf_examples/segment_containing_no_section* tests/elf_examples/test_symbols_order.elf tests/elf_examples/zavl_gen.ko +tests/elfio_fuzzer + examples/writer/hello_x86_64 examples/write_obj/hello examples/c_wrapper/c_example @@ -95,4 +97,3 @@ _*/ *.bbl *.toc *.blg -