Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Wed, 30 Dec 2009
 04:57:58 -0700
Received: from mail2.lsil.com (mail2.lsil.com [147.145.40.22])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id nBUBvjr8025481	for
 <andy.sharp@lsi.com>; Wed, 30 Dec 2009 03:57:48 -0800
Received: from psmtp.com (na3sys009amx188.postini.com [74.125.149.169])	by
 mail2.lsil.com (8.12.11/8.12.11) with SMTP id nBUBr4nG007161	for
 <andy.sharp@lsi.com>; Wed, 30 Dec 2009 03:53:20 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx188.postini.com
 ([74.125.148.14]) with SMTP;	Wed, 30 Dec 2009 11:57:44 GMT
Received: from localhost.localdomain ([127.0.0.1]:41182 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1492347AbZL3L5N (ORCPT
        <rfc822;andy.sharp@lsi.com>); Wed, 30 Dec 2009 12:57:13 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 30 Dec 2009 12:56:56
 +0100 (CET)
Received: from zmc.proxad.net ([212.27.53.206]:36951 "EHLO zmc.proxad.net"
        rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP        id
 S1492345AbZL3L4t (ORCPT <rfc822;linux-mips@linux-mips.org>);        Wed, 30
 Dec 2009 12:56:49 +0100
Received: from localhost (localhost [127.0.0.1])        by zmc.proxad.net
 (Postfix) with ESMTP id 807A834180C7;        Wed, 30 Dec 2009 12:56:46 +0100
 (CET)
Received: from zmc.proxad.net ([127.0.0.1])        by localhost
 (zmc.proxad.net [127.0.0.1]) (amavisd-new, port 10024)        with ESMTP id
 fRRMV9NcjrUe; Wed, 30 Dec 2009 12:56:46 +0100 (CET)
Received: from flexo.localnet (bobafett.staff.proxad.net [213.228.1.121])
        by zmc.proxad.net (Postfix) with ESMTPSA id 0E22434180C2;        Wed,
 30 Dec 2009 12:56:46 +0100 (CET)
From: Florian Fainelli <ffainelli@freebox.fr>
To: Ralf Baechle <ralf@linux-mips.org>
CC: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, Maxime Bizon
	<mbizon@freebox.fr>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Wed, 30 Dec 2009 04:53:44 -0700
Subject: [PATCH] ignore vmlinuz
Thread-Topic: [PATCH] ignore vmlinuz
Thread-Index: AcqJR1Us2xM2eFGyQn+jHLexNA6jjA==
Message-ID: <200912301253.44057.ffainelli@freebox.fr>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:77.62132/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <ffainelli@freebox.fr> [22/1] 
x-pstn-neptune: 1/1/1.00/84
x-virus-scanned: amavisd-new at 
user-agent: KMail/1.12.2 (Linux/2.6.31-16-server; KDE/4.3.2; x86_64; ; )
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

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@freebox.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



