From 9f6bc67c06e3268df97826c20ea0758266c87d4e Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Thu, 5 May 2016 19:14:37 +0200 Subject: [PATCH] Update gitignore Ignore CLion and KDevelop stuff, plus .old and .orig files. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8560a20..99b7daf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,8 @@ cscope.out cscope.files tags autom4te.cache/ +.idea/ +.kdev4/ +*.kdev4 +*.old +*.orig