From 34d681a00a7fc3c8d82a5ba3082dd5524f2a8389 Mon Sep 17 00:00:00 2001 From: Chernov Dmitriy <cd_work@mail.ru> Date: 周二, 01 3月 2016 21:26:22 +0800 Subject: [PATCH] The basic implementation completed. Tests are needed. (issue #73) --- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index fe63480..ab2dd72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -25,3 +31,8 @@ /nbproject/ *.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov -- Gitblit v1.9.1