From: Bill Hoffman Date: Thu, 25 Mar 2010 03:48:35 +0000 (-0400) Subject: Add .gitattributes files to turn off CRLF translation for some files X-Git-Tag: curl-7_20_1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d610519246acac33ff69d1bf0641ff64e800c9e2;p=curl Add .gitattributes files to turn off CRLF translation for some files --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ab7a60e0a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dsw -crlf diff --git a/tests/data/.gitattributes b/tests/data/.gitattributes new file mode 100644 index 000000000..4636c2ccf --- /dev/null +++ b/tests/data/.gitattributes @@ -0,0 +1 @@ +test* -crlf