Skip to content

Commit c2dc37a

Browse files
committed
Prevent *.lib / *.ttf from being converted to CRLF
1 parent 9a9874f commit c2dc37a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Normalize line endings to CRLF on checkout
22
* text eol=crlf
3+
4+
# Git kept corrupting binary files
5+
# by trying to convert them to CRLF
6+
*.iwi binary
7+
*.lib binary
8+
*.ttf binary

0 commit comments

Comments
 (0)