From 35a572c2813ed2cae6af2282cb361e901a79934d Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 13 Jun 2024 14:12:47 +0100 Subject: [PATCH] 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 --- fuzzing/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 fuzzing/.gitattributes diff --git a/fuzzing/.gitattributes b/fuzzing/.gitattributes new file mode 100644 index 000000000..70e0757ba --- /dev/null +++ b/fuzzing/.gitattributes @@ -0,0 +1 @@ +*.bin whitespace=-blank-at-eol,-blank-at-eof