From 527c363398f8f6a2c12c04c1e4fe3d29c308fe06 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Wed, 28 Jul 2010 19:18:04 +0530 Subject: [PATCH] Step back a bit on enabling default CRLF handling. --- .gitattributes | 14 +++++++------- mcs/errors/.gitattributes | 7 +++++++ mcs/tests/.gitattributes | 4 ++++ 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 517c538d8c0..9f803813ed2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ -*.c crlf -*.h crlf -*.cs crlf -*.sh crlf +#*.c crlf +#*.h crlf +#*.cs crlf +#*.sh crlf -ChangeLog crlf -*akefile* crlf -*.sources crlf +#ChangeLog crlf +#*akefile* crlf +#*.sources crlf # don't do anything to line-endings. Let CRLFs go into the repo *.bat -crlf diff --git a/mcs/errors/.gitattributes b/mcs/errors/.gitattributes index e027e6d507f..cbea4b09171 100644 --- a/mcs/errors/.gitattributes +++ b/mcs/errors/.gitattributes @@ -72,3 +72,10 @@ /gcs1961-37.cs -crlf /gcs1961-9.cs -crlf /gcs1961.cs -crlf +/cs0122-32.cs -crlf +/cs0143.cs -crlf +/cs1540-12.cs -crlf +/cs1739-3.cs -crlf +/cs1746.cs -crlf +/gcs0307-5.cs -crlf +/gcs1579.cs -crlf diff --git a/mcs/tests/.gitattributes b/mcs/tests/.gitattributes index 95b037b082f..b823b23c280 100644 --- a/mcs/tests/.gitattributes +++ b/mcs/tests/.gitattributes @@ -42,3 +42,7 @@ /test-xml-037-ref.xml -crlf /test-xml-038-ref.xml -crlf /test-xml-050-ref.xml -crlf +/gtest-522.cs -crlf +/gtest-525.cs -crlf +/gtest-linq-24.cs -crlf +/test-788.cs -crlf -- 2.25.1