From af6ee422a8dc5280a3aa7916c1742ecfdc9a57d7 Mon Sep 17 00:00:00 2001 From: sola.lu <sola.lu@greentest.com.cn> Date: 周三, 23 4月 2025 18:01:08 +0800 Subject: [PATCH] 1. 添加一些注释 --- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index f57d93d..26e254c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,14 @@ /nbproject/ *.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov + +*.idx + +build/ +.vscode/ +*Zone.Identifier -- Gitblit v1.9.1