From 446d15be6b0a42b6acedd70830a5d8de3003f086 Mon Sep 17 00:00:00 2001 From: Torkel Rogstad Date: Thu, 30 Nov 2017 23:18:00 +0100 Subject: [PATCH] Disables text treatment of binary resources --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 90c4528d..3cbbd117 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ *.ico binary *.icns binary resources/bin/* binary +resources/bin/* -text