msysgit is dead; no RTF/PDF/DOC in project; .sh should end in LF

This commit is contained in:
Luckz 2018-02-05 19:57:41 +01:00
parent d226e5db5a
commit 2c83649739

18
.gitattributes vendored
View file

@ -1,17 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto
*.sh text eol=lf
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.cs diff=csharp