From b1757a3d3a38197811f85d6d6ea4699009670dcc Mon Sep 17 00:00:00 2001 From: 1281034228 <1281034228@qq.com> Date: Wed, 8 Jul 2026 15:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b8c624 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# 注释用#开头 +*.log # 忽略全部.log日志文件 +build/ # 忽略整个build编译目录 +!important.log # 例外:不忽略important.log(优先级最高) +*.obj +*.o +*.slo +Debug/ +Release/ +.vs/ +.vscode/