From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756697AbYFOGfd (ORCPT ); Sun, 15 Jun 2008 02:35:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752363AbYFOGfZ (ORCPT ); Sun, 15 Jun 2008 02:35:25 -0400 Received: from [194.117.236.238] ([194.117.236.238]:37545 "EHLO heracles.linux360.ro" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752433AbYFOGfY (ORCPT ); Sun, 15 Jun 2008 02:35:24 -0400 Date: Sun, 15 Jun 2008 09:34:20 +0300 From: Eduard - Gabriel Munteanu To: linux-kernel@vger.kernel.org Cc: penberg@cs.helsinki.fi, akpm@linux-foundation.org, torvalds@linux-foundation.org Subject: [PATCH 1/2] Unignore vmlinux.lds.h from Git. Message-ID: <20080615093420.0dc78290@linux360.ro> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.1; x86_64-pc-linux-gnu) 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 Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored. Signed-off-by: Eduard - Gabriel Munteanu --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index d24ad50..9bb1cb6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ tags TAGS vmlinux* !vmlinux.lds.S +!vmlinux.lds.h System.map Module.markers Module.symvers -- 1.5.5.4