From dfe0487249e57baec0acccaa81fadad186b489b3 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Tue, 25 Nov 2014 18:42:54 +0200 Subject: .gitignore: Add Kdevelop4 project files I'm not sure what is the costume with such IDE project files. Most might be dot-files. It is kind of annoying for the Kdevelop4 user. So please consider adding *.kdev4 files to be ignored? Signed-off-by: Boaz Harrosh [mmarek: Moved at the and and added a comment] Signed-off-by: Michal Marek --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e213b27f3921..ce57b79670a5 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,6 @@ x509.genkey # Kconfig presets all.config + +# Kdevelop4 +*.kdev4 -- cgit v1.2.3