[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200912301253.44057.ffainelli@freebox.fr>
Date: Wed, 30 Dec 2009 12:53:44 +0100
From: Florian Fainelli <ffainelli@...ebox.fr>
To: Ralf Baechle <ralf@...ux-mips.org>
Cc: linux-mips@...ux-mips.org, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, Maxime Bizon <mbizon@...ebox.fr>
Subject: [PATCH] ignore vmlinuz
MIPS compressed kernels output a vmlinuz file in the
top-level directory (maybe others do).
Add vmlinuz to the list of files to ignore by git.
Signed-off-by: Florian Fainelli <ffainelli@...ebox.fr>
---
diff --git a/.gitignore b/.gitignore
index fb2190c..de6344e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ modules.builtin
tags
TAGS
vmlinux
+vmlinuz
System.map
Module.markers
Module.symvers
--
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