summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2022-07-01 17:36:22 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2022-07-01 17:36:22 (GMT)
commitc63801d03db326a6d1944b6a28b5d3a4072dbdd6 (patch)
treedce6ede4f05afed2c9725b48bcb86cd713b25380
parentea3eef071ffaff5831fe7c99496a3db94a7ab5bb (diff)
downloadlz4-c63801d03db326a6d1944b6a28b5d3a4072dbdd6.zip
lz4-c63801d03db326a6d1944b6a28b5d3a4072dbdd6.tar.gz
lz4-c63801d03db326a6d1944b6a28b5d3a4072dbdd6.tar.bz2
ignore ossfuzz artifacts
-rw-r--r--ossfuzz/.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/ossfuzz/.gitignore b/ossfuzz/.gitignore
new file mode 100644
index 0000000..2dc764a
--- /dev/null
+++ b/ossfuzz/.gitignore
@@ -0,0 +1,27 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# 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
+
+