From: Andi Kleen <a...@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 <a...@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/