Hi Tony,
        If you build the kernel `in-place' then do a git update, git
complains about arch/ia64/kernel/gate.lds being modified and
untracked.

This patch against Linus's head-of-tree adds that (generated) file to
a .gitignore file.

Signed-off-by: Peter Chubb <[EMAIL PROTECTED]>

---
 arch/ia64/kernel/.gitignore |    1 +
 1 file changed, 1 insertion(+)

Index: linux/arch/ia64/kernel/.gitignore
===================================================================
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
+++ linux/arch/ia64/kernel/.gitignore   2007-10-31 11:40:39.514305263 +1100
@@ -0,0 +1 @@
+gate.lds
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to