build: check out *.sln files with Windows line endings

Visual Studio doesn't like LF line endings in solution files and always
converts them to CRLF when doing changes to the solution. Notably, this
affects the solutions in the release archive.

Closes https://github.com/curl/curl/pull/1746
This commit is contained in:
Marcel Raad 2017-08-09 14:11:27 +02:00
parent 42ba39b060
commit afc9651a64
No known key found for this signature in database
GPG Key ID: 33C416EFAE4D6F02
1 changed files with 1 additions and 0 deletions

1
projects/Windows/.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.sln eol=crlf