From: Zbigniew Jędrzejewski-Szmek Date: Sat, 16 Oct 2021 16:19:19 +0000 (+0200) Subject: gitattributes: mark fuzz inputs that are pure binary as such X-Git-Tag: v250-rc1~487^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b84e701a8f0534147c263bfb1f46925972122e0;p=thirdparty%2Fsystemd.git gitattributes: mark fuzz inputs that are pure binary as such We also have a bunch of files that have some bytes and a lot of text, like the journal export format. For those, it is still quite useful when the tools try to diff them, so let's not mark those. --- diff --git a/test/fuzz/.gitattributes b/test/fuzz/.gitattributes index 7b1b3e18354..49f2902f0d1 100644 --- a/test/fuzz/.gitattributes +++ b/test/fuzz/.gitattributes @@ -1 +1,7 @@ -/*/* -whitespace +/*/* -whitespace +/fuzz-bus-match/* binary +/fuzz-dhcp*/* binary +/fuzz-dns-packet/* binary +/fuzz-fido-id-desc/ binary +/fuzz-lldp-rx/* binary +/fuzz-ndisc-rs/* binary