From 9322ad0f9bbc7ce1a7f94109dd89c5082ac483fe Mon Sep 17 00:00:00 2001 From: 2Bear Date: Wed, 13 Dec 2023 06:05:14 +0800 Subject: [PATCH] Ignore compiled dll binaries. (#3628) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 559f9f0d..6ff0e234 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ packages/ *.bc *.so *.so.* +*.dll # Ignore wasm data in examples/ examples/**/*.wasm