Skip to content

Commit 5dfb5b4

Browse files
committed
Fix git attr for linux binaries
1 parent f33ef0a commit 5dfb5b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitattributes

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
*.cobj -text
88
*.tlb -text
99
*.lib -text
10-
*.o -text
1110
*.obj -text
11+
*.o -text
12+
*.so -text
13+
*.a -text
1214

1315
# generated
1416
mdParser.bas -diff

0 commit comments

Comments
 (0)