From 88a9230b95e40267194e7e132e1fd2ad6e58a59d Mon Sep 17 00:00:00 2001 From: Alex Myczko Date: Tue, 9 May 2023 09:22:49 +0200 Subject: [PATCH] add bin/ to .gitattributes as export-ignore source tarballs do not include *.dll, *.lib, *.exe --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0332e031..f083b107 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ *.dll binary *.lib binary *.exe binary +bin export-ignore