From: Danielle Rozenblit Date: Wed, 7 Sep 2022 14:40:43 +0000 (-0700) Subject: remove zstream_ubsan from git and add to gitignore X-Git-Tag: v1.5.4^2~163^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a6783bbbb78418a1b23f2bc16814c9206425c0a;p=thirdparty%2Fzstd.git remove zstream_ubsan from git and add to gitignore --- diff --git a/tests/.gitignore b/tests/.gitignore index 9a6939a57..fcb865d61 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -12,6 +12,7 @@ zstreamtest zstreamtest32 zstreamtest_asan zstreamtest_tsan +zstreamtest_ubsan zstreamtest-dll datagen paramgrill diff --git a/tests/zstreamtest_ubsan b/tests/zstreamtest_ubsan deleted file mode 100755 index 55a36fdab..000000000 Binary files a/tests/zstreamtest_ubsan and /dev/null differ