MSYS2-packages/.gitattributes
2021-03-31 19:46:53 +02:00

20 lines
395 B
Plaintext

# Declare files that always have LF line endings on checkout
* text eol=lf
# Windows batch files need to have CRLF line endings on checkout
*.cmd text eol=crlf
# 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
*.ico binary