public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kbuild: Add ID files to .gitignore
@ 2015-04-16 21:02 Andi Kleen
  2015-06-15 12:38 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Andi Kleen @ 2015-04-16 21:02 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kbuild, linux-kernel, Andi Kleen

From: Andi Kleen <ak@linux.intel.com>

I use GNU id-utils to find code (essentially a database backed grep),
which generates an ID file to maintain its data.

Add ID to the .gitignore file.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index acb6afe..15766be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,6 +88,9 @@ GRTAGS
 GSYMS
 GTAGS
 
+# id-utils files
+ID
+
 *.orig
 *~
 \#*#
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Kbuild: Add ID files to .gitignore
  2015-04-16 21:02 [PATCH] Kbuild: Add ID files to .gitignore Andi Kleen
@ 2015-06-15 12:38 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2015-06-15 12:38 UTC (permalink / raw)
  To: Andi Kleen; +Cc: linux-kbuild, linux-kernel, Andi Kleen

On 2015-04-16 23:02, Andi Kleen wrote:
> From: Andi Kleen <ak@linux.intel.com>
> 
> I use GNU id-utils to find code (essentially a database backed grep),
> which generates an ID file to maintain its data.
> 
> Add ID to the .gitignore file.
> 
> Signed-off-by: Andi Kleen <ak@linux.intel.com>

Applied to kbuild.git#misc now, sorry for the delay.

Michal


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-15 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 21:02 [PATCH] Kbuild: Add ID files to .gitignore Andi Kleen
2015-06-15 12:38 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox