From 3a0d40729383c42af1cef194abc56182955fb9c9 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 24 4月 2016 16:57:16 +0800
Subject: [PATCH] Fix test and examples to work with extended errors

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

diff --git a/.gitignore b/.gitignore
index c4d3af6..ab2dd72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,9 @@
+# VIM/KDevelop Files
+*.swp
+*.kdev4
+.kdev4/
+*.kate-swp
+
 # Object files
 *.o
 
@@ -15,6 +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