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/dlr
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/dlr')
-rw-r--r--mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/.gitattributes2
-rw-r--r--mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/.gitattributes2
-rw-r--r--mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/.gitattributes1
-rw-r--r--mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/.gitattributes1
4 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/.gitattributes b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/.gitattributes
new file mode 100644
index 00000000000..9e416188c5d
--- /dev/null
+++ b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Actions/.gitattributes
@@ -0,0 +1,2 @@
+/BindingRestrictions.cs -crlf
+/ExpandoObject.cs -crlf
diff --git a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/.gitattributes b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/.gitattributes
new file mode 100644
index 00000000000..1dede25a279
--- /dev/null
+++ b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Ast/.gitattributes
@@ -0,0 +1,2 @@
+/Expression.cs -crlf
+/ListInitExpression.cs -crlf
diff --git a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/.gitattributes b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/.gitattributes
new file mode 100644
index 00000000000..9b2b3f88b17
--- /dev/null
+++ b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Compiler/.gitattributes
@@ -0,0 +1 @@
+/LambdaCompiler.Lambda.cs -crlf
diff --git a/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/.gitattributes b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/.gitattributes
new file mode 100644
index 00000000000..31e93e4e9e3
--- /dev/null
+++ b/mcs/class/dlr/Runtime/Microsoft.Scripting.Core/Properties/.gitattributes
@@ -0,0 +1 @@
+/ExtensionAssemblyInfo.cs -crlf