From e73964b0ad7f080d398251157bd46255b0032783 Mon Sep 17 00:00:00 2001 From: Justin Fichtner <justin.fichtner@lakeshore.com> Date: ćšć, 30 11æ 2017 08:27:31 +0800 Subject: [PATCH] Re-add test line that I had thought was useless, but isn't --- .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