From 8b5b327ffb510131903b4695f6a29a47308a8e2d 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