summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2010-02-28 22:07:46 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2010-02-28 22:13:48 +0100
commit109b5056e7c85562e23a226c24c360ed8159f9a0 (patch)
treec2a9afb8aa93744d280c6a03276674f55a2581e5 /.gitattributes
parent45ecb8a992c6af74e3f2a51bcea9defee4af8105 (diff)
Fix .gitattributes for Windows
Files for which we don't want git to do any end-of-line conversion should have the crlf attribute unset.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index a882e8662..4b9c0ac5e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
-*.sln crlf
+*.sln -crlf
+tests/Mono.Media/xspf/xspf-1_0.2.xsd -crlf