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 |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0331bbb..26e254c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,9 @@
+# VIM/KDevelop Files
+*.swp
+*.kdev4
+.kdev4/
+*.kate-swp
+
 # Object files
 *.o
 
@@ -15,3 +21,24 @@
 *.exe
 *.out
 *.app
+*.test
+examples/*/test
+
+# Backup files
+*~
+/libscpi/obj/
+/libscpi/dist/
+
+/nbproject/
+*.bak
+
+# Code coverage files
+*.gcno
+*.gcda
+*.gcov
+
+*.idx
+
+build/
+.vscode/
+*Zone.Identifier

--
Gitblit v1.9.1