From a8a386b18d3507e2d84278094b262745758d4951 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 摹曛, 02 6月 2016 04:16:08 +0800
Subject: [PATCH] Fix formating to cc.h, add stdbool.h detection

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

diff --git a/.gitignore b/.gitignore
index cdb9024..ab2dd72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,9 @@
+# VIM/KDevelop Files
+*.swp
+*.kdev4
+.kdev4/
+*.kate-swp
+
 # Object files
 *.o
 
@@ -23,3 +29,10 @@
 /libscpi/obj/
 /libscpi/dist/
 
+/nbproject/
+*.bak
+
+# Code coverage files
+*.gcno
+*.gcda
+*.gcov

--
Gitblit v1.9.1