From d4f033fbfda142848a38ee10040c259a3ee21f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=B3=BD=E9=B9=8F?= Date: Tue, 12 Dec 2023 14:46:27 +0800 Subject: [PATCH] Ignore compiled dll binaries. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 559f9f0d9..6ff0e2346 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ packages/ *.bc *.so *.so.* +*.dll # Ignore wasm data in examples/ examples/**/*.wasm