diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2017-08-09 14:11:27 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2017-08-10 09:11:46 +0200 |
commit | afc9651a648e899c4743be36d0e9018c947047b6 (patch) | |
tree | 091c712af76da5ce9129378f34c215e57397e4bf | |
parent | 42ba39b0602c44ceb609459fd4d9c2ef339b843e (diff) | |
download | curl-afc9651a648e899c4743be36d0e9018c947047b6.tar.gz |
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
-rw-r--r-- | projects/Windows/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/Windows/.gitattributes b/projects/Windows/.gitattributes new file mode 100644 index 000000000..391fd002c --- /dev/null +++ b/projects/Windows/.gitattributes @@ -0,0 +1 @@ +*.sln eol=crlf |