Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932074AbWBKNfU (ORCPT ); Sat, 11 Feb 2006 08:35:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932065AbWBKNfU (ORCPT ); Sat, 11 Feb 2006 08:35:20 -0500 Received: from www17.your-server.de ([213.133.104.17]:29456 "EHLO www17.your-server.de") by vger.kernel.org with ESMTP id S932074AbWBKNfS (ORCPT ); Sat, 11 Feb 2006 08:35:18 -0500 Subject: [PATCH] x86: gitignore some autogenerated files for i386 From: Thomas Meyer To: linux-kernel@vger.kernel.org Content-Type: text/plain Date: Sat, 11 Feb 2006 14:34:29 +0100 Message-Id: <1139664869.7190.21.camel@hotzenplotz.treehouse> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 Content-Transfer-Encoding: 7bit X-Authenticated-Sender: thomas@m3y3r.de Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1262 Lines: 48 From: Thomas Meyer This patch adds some more gitignore files for i386 architecture. This files are created during the build process of a i386 kernel. Signed-off-by: Thomas Meyer --- This patch is against branch v2.6.16-rc2. Hopefully the format of the diff is ok, created by git-diff command, which isn't described in the document Documentation/SubmittingPatches With kind regads Thomas diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore new file mode 100644 index 0000000..495f20c --- /dev/null +++ b/arch/i386/boot/.gitignore @@ -0,0 +1,3 @@ +bootsect +bzImage +setup diff --git a/arch/i386/boot/tools/.gitignore b/arch/i386/boot/tools/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/arch/i386/boot/tools/.gitignore @@ -0,0 +1 @@ +build diff --git a/arch/i386/kernel/.gitignore b/arch/i386/kernel/.gitignore new file mode 100644 index 0000000..40836ad --- /dev/null +++ b/arch/i386/kernel/.gitignore @@ -0,0 +1 @@ +vsyscall.lds - 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/