From bd04cec1c45595cd048b434fa35258002952b4e5 Mon Sep 17 00:00:00 2001 From: Daan Date: Tue, 21 May 2024 11:57:52 -0700 Subject: [PATCH] roll back export ignore on the bin directory as it needed by vcpkg (et al) to build on Windows --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f083b107..0332e031 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,3 @@ *.dll binary *.lib binary *.exe binary -bin export-ignore