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