Skip to content

Commit

Permalink
Fix git attr for linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wqweto committed Aug 14, 2018
1 parent f33ef0a commit 5dfb5b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
*.cobj -text
*.tlb -text
*.lib -text
*.o -text
*.obj -text
*.o -text
*.so -text
*.a -text

# generated
mdParser.bas -diff
Expand Down

0 comments on commit 5dfb5b4

Please sign in to comment.