Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760840AbZFKJWE (ORCPT ); Thu, 11 Jun 2009 05:22:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754432AbZFKJVz (ORCPT ); Thu, 11 Jun 2009 05:21:55 -0400 Received: from smtp.nokia.com ([192.100.122.230]:40232 "EHLO mgw-mx03.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754242AbZFKJVy (ORCPT ); Thu, 11 Jun 2009 05:21:54 -0400 From: Jani Nikula To: sam@ravnborg.org Cc: linux-kernel@vger.kernel.org, ext-jani.1.nikula@nokia.com Subject: [PATCH] gitignore: Add GNU GLOBAL files to top .gitignore Date: Thu, 11 Jun 2009 12:21:47 +0300 Message-Id: <1244712107-15405-1-git-send-email-ext-jani.1.nikula@nokia.com> X-Mailer: git-send-email 1.6.3.2 X-OriginalArrivalTime: 11 Jun 2009 09:21:49.0591 (UTC) FILETIME=[0CA46270:01C9EA76] X-Nokia-AV: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 680 Lines: 32 Ignore GPATH, GRTAGS, GSYMS, and GTAGS generated by GNU GLOBAL. Signed-off-by: Jani Nikula --- .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 51bd99d..2004ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,12 @@ series cscope.* ncscope.* +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + *.orig *~ \#*# -- 1.6.0.4 -- 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/