.gitattributes: force shell scripts to LF

Bash on Linux errors out on CR characters.
This makes tests 1221 and 1222 pass on Linux with a CRLF checkout.

Ref: https://github.com/curl/curl/pull/1344#issuecomment-289243166
Closes https://github.com/curl/curl/pull/1422
This commit is contained in:
Marcel Raad 2017-04-15 00:10:27 +02:00
Родитель 05c9f42e52
Коммит a0576e2f36
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B4668817AE6D6CD4
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4,3 +4,4 @@ configure.ac eol=lf
*.m4 eol=lf
*.in eol=lf
*.am eol=lf
*.sh eol=lf

1
lib/.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
objnames.inc eol=lf