Skip to content

Commit

Permalink
fuzzing: Add a .gitattributes file
Browse files Browse the repository at this point in the history
The various .bin files are in DOS format with trailing ^Ms (CRs) and
should be ignored for whitespace issues.

Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Jun 14, 2024
1 parent 5b65134 commit 35a572c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzzing/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.bin whitespace=-blank-at-eol,-blank-at-eof

0 comments on commit 35a572c

Please sign in to comment.