From b173752de9c64a7f6e2248944c8981b189aa7dd7 Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Fri, 30 Nov 2018 18:05:02 +0000 Subject: [PATCH] .gitattributes: DLLs are binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 626c5a297c8..c800c2d5811 100644 --- a/.gitattributes +++ b/.gitattributes @@ -46,3 +46,4 @@ *.jpg -text *.jpeg -text *.gif -text +*.dll -text