1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-12 17:56:44 +00:00
termux-packages/.gitattributes
Leonid Pliushch 9f5ceba75e update .gitattributes
text=binary doesn't work well for some patches.
2020-08-27 21:40:58 +03:00

22 lines
404 B
Plaintext

# Default.
* text eol=lf
# Treat patch files as binaries but let diff'ing them
# as normal text.
*.diff binary diff
*.patch binary diff
*.patch32 binary diff
*.patch64 binary diff
*.patch.* binary diff
# Powershell scripts.
*.ps1 text eol=crlf
# Binaries.
*.gpg binary
*.gz binary
*.jpg binary
*.png binary
*.tar binary
*.tar.* binary