add bin/ to .gitattributes as export-ignore

source tarballs do not include *.dll, *.lib, *.exe
This commit is contained in:
Alex Myczko 2023-05-09 09:22:49 +02:00 committed by GitHub
parent 2cbf68b5e7
commit 88a9230b95
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

@ -10,3 +10,4 @@
*.dll binary
*.lib binary
*.exe binary
bin export-ignore