summaryrefslogtreecommitdiff
authorBoaz Harrosh <boaz@plexistor.com>2014-11-25 16:42:54 (GMT)
committer Michal Marek <mmarek@suse.cz>2014-11-25 20:13:20 (GMT)
commitdfe0487249e57baec0acccaa81fadad186b489b3 (patch)
tree165cb4a9d54ef3043db48d374e6f37b177b6b075
parent7426977c8efeaedf0a7ca00e1c1a5f52ef6b950f (diff)
downloadcommon-dfe0487249e57baec0acccaa81fadad186b489b3.zip
common-dfe0487249e57baec0acccaa81fadad186b489b3.tar.gz
common-dfe0487249e57baec0acccaa81fadad186b489b3.tar.bz2
.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 <boaz@plexistor.com> [mmarek: Moved at the and and added a comment] Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e213b27..ce57b79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,6 @@ x509.genkey
# Kconfig presets
all.config
+
+# Kdevelop4
+*.kdev4