From 9e5fd1075069e89ad755407c6357c0e6ab585f14 Mon Sep 17 00:00:00 2001 From: deformhead Date: Thu, 15 Oct 2015 11:51:27 +0200 Subject: [PATCH] fix crlf (windows) end of lines forcing to lf (unix) --- .gitattributes | 4 ++++ media/.gitattributes | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 media/.gitattributes diff --git a/.gitattributes b/.gitattributes index 176a458f94..8da22eda5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ +# text files detection * text=auto + +# unix end of lines forcing for text files +* text eol=lf diff --git a/media/.gitattributes b/media/.gitattributes new file mode 100644 index 0000000000..ee10437bdd --- /dev/null +++ b/media/.gitattributes @@ -0,0 +1,5 @@ +# binary files +*.ai binary +*.eps binary +*.pdf binary +*.png binary