From 04223af42582a24a989806c17f14f414aa429b80 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 12 10月 2015 21:38:45 +0800 Subject: [PATCH] Resolve #56: refactor matchCommand function and add more tests --- .gitignore | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0331bbb..f57d93d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -15,3 +21,13 @@ *.exe *.out *.app +*.test +examples/*/test + +# Backup files +*~ +/libscpi/obj/ +/libscpi/dist/ + +/nbproject/ +*.bak -- Gitblit v1.9.1