From 4bc5f1401f57cf208c09e2655536b29e160b6732 Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 9 Jan 2020 18:09:38 -0500 Subject: [PATCH] Don't enforce line endings on binary files --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7353614049..637f5e4cc2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,28 @@ * text=auto * text eol=lf + +# Windows forced line-endings +/.idea/* text eol=crlf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.pdf binary +*.ez binary +*.bz2 binary +*.swp binary