From 4c3d7b9cc104d9b4a603f70e214954de8031220b Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 7 Mar 2025 11:19:11 +0800 Subject: [PATCH] Update `.gitignore` --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4a040d..3d012a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ .vscode -*.exe -*.out *.o *.obj +*.a +*.lib +*.so +*.dll +*.out +*.exe # target exe name chsrc