[PATCH] Kbuild: Add ID files to .gitignore
From: Andi Kleen
Date: Thu Apr 16 2015 - 17:03:44 EST
From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx>
---
.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
--
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/