From patchwork Wed Jan 28 19:50:57 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean MacLennan X-Patchwork-Id: 20666 X-Patchwork-Delegate: benh@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 63390DE044 for ; Thu, 29 Jan 2009 06:58:08 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 04359DDFA3 for ; Thu, 29 Jan 2009 06:51:01 +1100 (EST) Received: (qmail 4158 invoked from network); 28 Jan 2009 19:50:58 -0000 Received: from unknown (HELO lappy.seanm.ca) (192.168.1.195) by 0 with SMTP; 28 Jan 2009 19:50:58 -0000 Date: Wed, 28 Jan 2009 14:50:57 -0500 From: Sean MacLennan To: linuxppc-dev Subject: [PATCH] powerpc: Ignore vmlinux.strip Message-ID: <20090128145057.7ff2d12a@lappy.seanm.ca> Organization: PIKA X-Mailer: Claws Mail 3.6.1 (GTK+ 2.12.12; i686-pc-linux-gnu) X-Message-Flag: Warning: This message may contain actual content. Mime-Version: 1.0 X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Not sure if this is PPC specific or not. I use the following patch to get a clean git status. Does nobody else see this file? Or am I missing a step somewhere? Cheers, Sean Ignore the vmlinux.strip file. Signed-off-by: Sean MacLennan diff --git a/.gitignore b/.gitignore index 869e1a3..f7e924a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ tags TAGS vmlinux +vmlinux.strip System.map Module.markers Module.symvers