.gitignore: Add Kdevelop4 project files
authorBoaz Harrosh <boaz@plexistor.com>
Tue, 25 Nov 2014 16:42:54 +0000 (18:42 +0200)
committerMichal Marek <mmarek@suse.cz>
Tue, 25 Nov 2014 20:13:20 +0000 (21:13 +0100)
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 <boaz@plexistor.com>
[mmarek: Moved at the and and added a comment]
Signed-off-by: Michal Marek <mmarek@suse.cz>
.gitignore

index e213b27..ce57b79 100644 (file)
@@ -96,3 +96,6 @@ x509.genkey
 
 # Kconfig presets
 all.config
+
+# Kdevelop4
+*.kdev4