[PATCH] .gitignore: Add Kdevelop4 project files

From: Boaz Harrosh
Date: Tue Nov 25 2014 - 11:43:03 EST


From: Boaz Harrosh <boaz@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e213b27..02d6275 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@
modules.builtin
Module.symvers
*.dwo
+*.kdev4

#
# Top-level generic files
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/