summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2017-08-09 14:11:27 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:29:52 +0000
commitefcb53422b3b9ba800ddca20799c019a9eb71958 (patch)
treee003fe4147ff87e422e33f934522341c1ffa0a36
parentb08d0feb5af4a4909b2f59702df2b53a7c604f73 (diff)
downloadgnurl-efcb53422b3b9ba800ddca20799c019a9eb71958.tar.gz
gnurl-efcb53422b3b9ba800ddca20799c019a9eb71958.tar.bz2
gnurl-efcb53422b3b9ba800ddca20799c019a9eb71958.zip
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/.gitattributes1
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