diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-06-13 14:12:47 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-06-14 15:11:38 +0100 |
commit | 35a572c2813ed2cae6af2282cb361e901a79934d (patch) | |
tree | b07e93da7322e915de0338efc6c4f31480ba59fe /fuzzing | |
parent | 5b65134c804667625f9423c20dfdd118ce984bd7 (diff) | |
download | unit-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')
-rw-r--r-- | fuzzing/.gitattributes | 1 |
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 |