gitattributes: Mark *.a files as binary.
This commit is contained in:
parent
1043f1a047
commit
53f2ac9017
|
@ -7,6 +7,7 @@
|
|||
*.bat text eol=crlf
|
||||
|
||||
# These are binary so should never be modified by git.
|
||||
*.a binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.dxf binary
|
||||
|
|
Loading…
Reference in New Issue