[banshee] Fix .gitattributes for Windows



commit 109b5056e7c85562e23a226c24c360ed8159f9a0
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Feb 28 22:07:46 2010 +0100

    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.

 .gitattributes |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitattributes b/.gitattributes
index a882e86..4b9c0ac 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
-*.sln crlf
+*.sln -crlf
+tests/Mono.Media/xspf/xspf-1_0.2.xsd -crlf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]