From 1905649bb12a9766caa1d0c59a4bb9407bb996bc Mon Sep 17 00:00:00 2001 From: Changhua Date: Sat, 25 Feb 2023 18:06:10 +0800 Subject: [PATCH] Ignore dll and exe --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5ebe5ee..0c6beda 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,8 @@ Out/ *.pb.h *.pb.c *.pb.cc -sdk.dll -spy.dll +*.dll +*.exe build/ logs/