fuzzing: Add a .gitattributes file

The various .bin files are in DOS format with trailing ^Ms (CRs) and
should be ignored for whitespace issues.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
This commit is contained in:
Andrew Clayton 2024-06-13 14:12:47 +01:00
parent 5b65134c80
commit 35a572c281

1
fuzzing/.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.bin whitespace=-blank-at-eol,-blank-at-eof