Explicitly mark some file types as text to avoid misidentification as binary due to UTF-8 BOM.

This commit is contained in:
Pavel Minaev 2016-01-25 23:31:54 -08:00
Родитель 9774114b88
Коммит c614a7d8c1
1 изменённых файлов: 6 добавлений и 0 удалений

6
.gitattributes поставляемый
Просмотреть файл

@ -1,5 +1,11 @@
# Set the default behavior (used when a rule below doesn't match)
* text=auto
*.cs text
*.R text
*.*proj text
*.targets text
*.settings text
*.vssettings text
*.dll -text
*.lib -text