]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
gitattributes: mark fuzz inputs that are pure binary as such
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Oct 2021 16:19:19 +0000 (18:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Oct 2021 07:04:45 +0000 (09:04 +0200)
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.

test/fuzz/.gitattributes

index 7b1b3e1835429033b5cc21b55cda097f6a4b174b..49f2902f0d1486195798c9ef83de22881eda60c1 100644 (file)
@@ -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