From 778d4610e7c14921c77a6913ddfcbcca2312d097 Mon Sep 17 00:00:00 2001 From: Matthew Kent Date: Thu, 24 Jan 2019 21:40:59 -0800 Subject: [PATCH] Stop the CRLF warnings Fixes: warning: CRLF will be replaced by LF in docs/images/*.png --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e7c1d93d..77f597a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform LF normalization * text eol=lf +*.png binary