From db0674a94d8a7a8bc5692884871f034491748bf4 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Fri, 4 Mar 2016 12:21:16 +0100 Subject: [PATCH] Added .gittattributes file to deal with cr/lf problems and git. (We'll see.). --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..c18f26c92fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# These files are text and should be normalized (convert crlf => lf) +*.cs text diff=csharp +*.cmd text +*.txt text +*.xml text +*.md text +*.mf text +*.java text +*.form text + +# Images should be treated as binary +# (binary is a macro for -text -diff) +*.png binary +*.gif binary +*.jepg binary + +*.sdf binary \ No newline at end of file