From: Daniel Stenberg Date: Wed, 6 Apr 2016 09:29:36 +0000 (+0200) Subject: winbuild: trying to set some files eol=crlf for git X-Git-Tag: curl-7_49_0~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c08b4f1e7eced5a4d3782a3e0daa484c9d77d21;p=thirdparty%2Fcurl.git winbuild: trying to set some files eol=crlf for git Thinking it might help to apply patches etc with git. --- diff --git a/winbuild/.gitattributes b/winbuild/.gitattributes new file mode 100644 index 0000000000..0f2d44adf6 --- /dev/null +++ b/winbuild/.gitattributes @@ -0,0 +1,3 @@ +MakefileBuild.vc eol=crlf +Makefile.msvc.names eol=crlf +Makefile.vc eol=crlf