From 8ae5748534dc653cb9fa1fa724578e86f0bebaed Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周一, 16 1月 2023 23:28:17 +0800
Subject: [PATCH] action: add additional compiler configurations

---
 .gitignore |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

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

--
Gitblit v1.9.1