From d505a68e3489a30ef12f59cbaeef2b9d1bbc3e66 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 29 Oct 2018 13:59:33 -0700 Subject: Fix crlf line endings mark .icns files as binary so git will stop trying to fix the line endings, and recommit the remaining .crlf files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index a85dd1086..7fd80e241 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ .gitattributes export-ignore * text eol=lf *.png binary +*.icns binary -- cgit v1.2.3