Files
MSYS2-packages/.gitattributes
Orgad Shaneh 2c882a9dec Fix bad files
* ttf files have to be binary
* template file had \r\n stored in git
2017-07-03 17:59:39 +03:00

17 lines
297 B
Plaintext

# Declare files that always have LF line endings on checkout
* text eol=lf
# Denote all files that are truly binary and should not be modified
*.bz2 binary
*.gz binary
*.xz binary
*.exe binary
*.dll binary
*.lzma binary
*.ttf binary
*.tgz binary
*.zip binary
*.rar binary
*.lib binary
*.a binary