mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
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.
This commit is contained in:
parent
22e5118cda
commit
7b84e701a8
8
test/fuzz/.gitattributes
vendored
8
test/fuzz/.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user