From 9abae50758229e61ae1f8393b2052d9c1c8950fd Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 16 1月 2023 16:50:15 +0800 Subject: [PATCH] Add stdbool.h detection for C++ to cc.h --- .gitignore | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 74a71f5..ab2dd72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -23,4 +29,10 @@ /libscpi/obj/ /libscpi/dist/ -/nbproject/ \ No newline at end of file +/nbproject/ +*.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov -- Gitblit v1.9.1