From d3d3fad70c1409bbfafb663dcb5da53de8b757e2 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 5 Jul 2022 15:39:15 -0700 Subject: ignore ossfuzz artifact --- ossfuzz/.gitignore | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/ossfuzz/.gitignore b/ossfuzz/.gitignore index 2dc764a..0ef0d2b 100644 --- a/ossfuzz/.gitignore +++ b/ossfuzz/.gitignore @@ -1,27 +1,8 @@ -# Object files -*.o -*.ko -# Libraries -*.lib -*.a +# build artefacts +round_trip_frame_uncompressed_fuzzer -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib -*.dSYM # apple - -# Executables -compress_frame_fuzzer -compress_fuzzer -compress_hc_fuzzer -decompress_frame_fuzzer -decompress_fuzzer -round_trip_frame_fuzzer -round_trip_fuzzer -round_trip_hc_fuzzer -round_trip_stream_fuzzer +# test artefacts +# local tests -- cgit v0.12