From dd4518f510121a74c15070d5a87c3af58df3431d Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Mon, 10 Jan 2022 16:09:20 -0800 Subject: [PATCH] treat exe as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1534e778..0332e031 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ *.patch binary *.dll binary *.lib binary +*.exe binary