Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2010-07-25 18:39:25 +0400
committerRaja R Harinath <harinath@hurrynot.org>2010-07-25 18:47:39 +0400
commitb293948fb759a8edd5bf4ccce29baa991a1ee04d (patch)
tree483dc9e2256644fe6797baed23bc152801891643 /mcs/class/Mono.Xml.Ext
parenta8101ead573efa9a27e900b93d85cd67beda11b6 (diff)
EOL handling
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
Diffstat (limited to 'mcs/class/Mono.Xml.Ext')
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/.gitattributes1
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/.gitattributes7
-rw-r--r--mcs/class/Mono.Xml.Ext/Mono.Xml/.gitattributes3
3 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/.gitattributes b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/.gitattributes
new file mode 100644
index 00000000000..621f2ed8a94
--- /dev/null
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath/.gitattributes
@@ -0,0 +1 @@
+/XPathNavigatorReader.cs -crlf
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/.gitattributes b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/.gitattributes
new file mode 100644
index 00000000000..2a1833881de
--- /dev/null
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/.gitattributes
@@ -0,0 +1,7 @@
+/XQueryArithmeticOperator.cs -crlf
+/XQueryCliFunction.cs -crlf
+/XQueryComparisonOperator.cs -crlf
+/XQueryDefaultFunctionCall.cs -crlf
+/XQueryFunctionTable.cs -crlf
+/XmlQueryCompileException.cs -crlf
+/XmlQueryException.cs -crlf
diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml/.gitattributes b/mcs/class/Mono.Xml.Ext/Mono.Xml/.gitattributes
new file mode 100644
index 00000000000..ca6ac51cb01
--- /dev/null
+++ b/mcs/class/Mono.Xml.Ext/Mono.Xml/.gitattributes
@@ -0,0 +1,3 @@
+/SubtreeXmlReader.cs -crlf
+/XmlChar.cs -crlf
+/XmlStoredResolver.cs -crlf