Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764999AbXHANLW (ORCPT ); Wed, 1 Aug 2007 09:11:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762266AbXHANLO (ORCPT ); Wed, 1 Aug 2007 09:11:14 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:56626 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1762510AbXHANLN (ORCPT ); Wed, 1 Aug 2007 09:11:13 -0400 Date: Wed, 1 Aug 2007 15:10:51 +0200 From: Adrian Bunk To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] update .gitignore Message-ID: <20070801131051.GO3972@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 44 Some shipped files were wrongly ignored by git. Signed-off-by: Adrian Bunk --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) --- linux-2.6.23-rc1-mm2/.gitignore.old 2007-08-01 14:12:43.000000000 +0200 +++ linux-2.6.23-rc1-mm2/.gitignore 2007-08-01 14:52:51.000000000 +0200 @@ -14,18 +14,25 @@ *.so *.mod.c *.i +!include/asm-*/*.i *.lst *.symtypes +# .gitignore files +!.gitignore + # # Top-level generic files # tags TAGS vmlinux* -!vmlinux.lds.S +!vmlinux*.lds* +!vmlinux*.scr System.map Module.symvers +!.mailmap +!.mm # # Generated include files - 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/