diff mbox

Kbuild: Add ID files to .gitignore

Message ID 1429218161-12999-1-git-send-email-andi@firstfloor.org (mailing list archive)
State New, archived
Headers show

Commit Message

Andi Kleen April 16, 2015, 9:02 p.m. UTC
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(+)

Comments

Michal Marek June 15, 2015, 12:38 p.m. UTC | #1
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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
 *~
 \#*#