Skip to content

Commit a6992bf

Browse files
Sebastian Andrzej Siewiortrini
Sebastian Andrzej Siewior
authored andcommitted
gitattributes: Treat .bin files as binary.
Binary files, which are committed to a private fork of this repository, will be subject to line feed substitution unless marked as binary. Mark .bin files as binary. Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
1 parent 8c47bb9 commit a6992bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Declare files that always have LF line endings on checkout
22
* text eol=lf
33
# Denote all files that are truly binary and should not be modified
4+
*.bin binary
45
*.bmp binary
56
*.ttf binary
67
*.gz binary

0 commit comments

Comments
 (0)