[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141125202234.GA20112@pobox.suse.cz>
Date: Tue, 25 Nov 2014 21:22:34 +0100
From: Michal Marek <mmarek@...e.cz>
To: Boaz Harrosh <boaz@...xistor.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] .gitignore: Add Kdevelop4 project files
On Tue, Nov 25, 2014 at 06:42:54PM +0200, Boaz Harrosh wrote:
> From: Boaz Harrosh <boaz@...xistor.com>
>
> 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?
Sure, why not. I just moved the pattern to the end of the list (the
first part are files generated by kbuild itself) and added a comment:
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
I hope you don't mind.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists