You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
375 B
18 lines
375 B
# Per default everything gets normalized and gets LF line endings on checkout.
|
|
* text eol=lf
|
|
|
|
# These will always have CRLF line endings on checkout.
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# These are binary so should never be modified by git.
|
|
*.a binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.dxf binary
|
|
*.pdf binary
|
|
*.exe binary
|
|
*.dll binary
|
|
*.lar binary
|
|
|
|
|