[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429218161-12999-1-git-send-email-andi@firstfloor.org>
Date: Thu, 16 Apr 2015 14:02:41 -0700
From: Andi Kleen <andi@...stfloor.org>
To: mmarek@...e.cz
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH] Kbuild: Add ID files to .gitignore
From: Andi Kleen <ak@...ux.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@...ux.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
--
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