Skip to content

Commit 6d472a5

Browse files
committed
Don't adjust line endings for .mod and .o files
(cherry picked from commit b640130)
1 parent 36b0901 commit 6d472a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*.txt text
1212

1313
# Denote all files that are truly binary and should not be modified.
14+
*.mod binary
15+
*.o binary
1416
*.a binary
1517
*.tar binary
1618
*.gz binary

0 commit comments

Comments
 (0)