Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754190AbYHMQMu (ORCPT ); Wed, 13 Aug 2008 12:12:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751703AbYHMQMn (ORCPT ); Wed, 13 Aug 2008 12:12:43 -0400 Received: from toronto-hs-216-138-233-67.s-ip.magma.ca ([216.138.233.67]:57239 "HELO yow.seanm.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751447AbYHMQMm (ORCPT ); Wed, 13 Aug 2008 12:12:42 -0400 Date: Wed, 13 Aug 2008 12:12:42 -0400 From: Sean MacLennan To: linux-kernel@vger.kernel.org Subject: [PATCH] vmlinux.strip should be ignored Message-ID: <20080813121242.1466551d@lappy.seanm.ca> Organization: PIKA X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i686-pc-linux-gnu) X-Message-Flag: Warning: This message may contain actual content. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 626 Lines: 25 A new output file vmlinux.strip is created, at least on the powerpc arch, and should be ignored by git. Cheers, Sean 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/