update .gitattributes

See https://github.com/termux/termux-packages/issues/2668.
This commit is contained in:
Leonid Pliushch 2020-05-23 14:57:17 +03:00
parent dc0c6405e9
commit 33d30856a6
6 changed files with 344 additions and 335 deletions

13
.gitattributes vendored
View File

@ -1,4 +1,13 @@
* text=lf # Default.
* text eol=lf
*.sh text eol=lf # Powershell scripts.
*.ps1 text eol=crlf *.ps1 text eol=crlf
# Binaries.
*.gpg binary
*.gz binary
*.jpg binary
*.png binary
*.tar binary
*.tar.* binary