From 8526d2f4958bf949e7ac6f243a2f448818f4919f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 20 Mar 2016 23:30:03 +0100 Subject: [PATCH] line feeds causing trouble on windows --- code/.gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 code/.gitattributes diff --git a/code/.gitattributes b/code/.gitattributes new file mode 100644 index 000000000..8035e26a7 --- /dev/null +++ b/code/.gitattributes @@ -0,0 +1,8 @@ +# from https://help.github.com/articles/dealing-with-line-endings/ +# +# always use LF, even if the files are edited on windows, they need to be compiled/used on unix +* text eol=lf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary