Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758842AbYGJQkI (ORCPT ); Thu, 10 Jul 2008 12:40:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758440AbYGJQju (ORCPT ); Thu, 10 Jul 2008 12:39:50 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:60459 "EHLO e4.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758450AbYGJQjt (ORCPT ); Thu, 10 Jul 2008 12:39:49 -0400 Subject: [PATCH] arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. From: Daniel Guilak To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, daniel@danielguilak.com Content-Type: text/plain Date: Thu, 10 Jul 2008 09:39:32 -0700 Message-Id: <1215707972.6497.4.camel@dguilak-desk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 631 Lines: 22 Signed-off-by: Daniel Guilak --- arch/x86/kernel/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/.gitignore b/arch/x86/kernel/.gitignore index 4ea38a3..08f4fd7 100644 --- a/arch/x86/kernel/.gitignore +++ b/arch/x86/kernel/.gitignore @@ -1,2 +1,3 @@ vsyscall.lds vsyscall_32.lds +vmlinux.lds -- 1.5.4.3 -- 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/