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: http://git.ipfire.org/?a=commitdiff_plain;h=d610519246acac33ff69d1bf0641ff64e800c9e2;p=thirdparty%2Fcurl.git Add .gitattributes files to turn off CRLF translation for some files --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ab7a60e0a6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dsw -crlf diff --git a/tests/data/.gitattributes b/tests/data/.gitattributes new file mode 100644 index 0000000000..4636c2ccf5 --- /dev/null +++ b/tests/data/.gitattributes @@ -0,0 +1 @@ +test* -crlf