summaryrefslogtreecommitdiffhomepage
path: root/fuzzing/.gitattributes
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-06-13 14:12:47 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-06-14 15:11:38 +0100
commit35a572c2813ed2cae6af2282cb361e901a79934d (patch)
treeb07e93da7322e915de0338efc6c4f31480ba59fe /fuzzing/.gitattributes
parent5b65134c804667625f9423c20dfdd118ce984bd7 (diff)
downloadunit-35a572c2813ed2cae6af2282cb361e901a79934d.tar.gz
unit-35a572c2813ed2cae6af2282cb361e901a79934d.tar.bz2
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>
Diffstat (limited to 'fuzzing/.gitattributes')
-rw-r--r--fuzzing/.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzing/.gitattributes b/fuzzing/.gitattributes
new file mode 100644
index 00000000..70e0757b
--- /dev/null
+++ b/fuzzing/.gitattributes
@@ -0,0 +1 @@
+*.bin whitespace=-blank-at-eol,-blank-at-eof