mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-21 14:06:39 +00:00
25 lines
466 B
Plaintext
25 lines
466 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
|
|
|
|
# File syntax
|
|
*.patch.beforehostbuild linguist-language=Diff
|