From 91fc93c39ee63f366284e809b07c0c6ac90aa2f3 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 13 Jul 2016 15:42:54 +0200 Subject: [PATCH] Force Unix-lineends. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f99faebe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# normal text files should contain a simple LF lineend, the following settings +# ensures this even if the user has not set core.autocrlf. +* text=auto + +# binary files should be detected by git, however, to be sure, you can add them here explictly +*.png binary +*.jpg binary +*.gif binary +*.ico binary +