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 | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index cdb9024..26e254c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -23,3 +29,16 @@ /libscpi/obj/ /libscpi/dist/ +/nbproject/ +*.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov + +*.idx + +build/ +.vscode/ +*Zone.Identifier -- Gitblit v1.9.1