termux-packages/.gitattributes
Leonid Pliushch f884852de2 gitattributes: handle patches as binaries
Avoid line ending conversions.
2020-08-25 20:06:46 +03:00

21 lines
343 B
Plaintext

# Default.
* text eol=lf
# Patches.
*.diff text=binary
*.patch text=binary
*.patch32 text=binary
*.patch64 text=binary
*.patch.* text=binary
# Powershell scripts.
*.ps1 text eol=crlf
# Binaries.
*.gpg binary
*.gz binary
*.jpg binary
*.png binary
*.tar binary
*.tar.* binary