From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namhyung Kim Subject: Re: [PATCH] gitignore: ignore GNU GLOBAL tag files Date: Tue, 08 Mar 2011 10:42:22 +0900 Message-ID: <1299548542.1467.22.camel@leonhard> References: <1299473349-6248-1-git-send-email-namhyung@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?ISO-8859-1?Q?=C6var_Arnfj=F6r=F0?= Bjarmason , Junio C Hamano , git@vger.kernel.org To: Matthieu Moy X-From: git-owner@vger.kernel.org Tue Mar 08 02:42:37 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PwlwZ-0003Rl-D6 for gcvg-git-2@lo.gmane.org; Tue, 08 Mar 2011 02:42:35 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756055Ab1CHBma convert rfc822-to-quoted-printable (ORCPT ); Mon, 7 Mar 2011 20:42:30 -0500 Received: from mail-px0-f174.google.com ([209.85.212.174]:41147 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753779Ab1CHBma (ORCPT ); Mon, 7 Mar 2011 20:42:30 -0500 Received: by pxi15 with SMTP id 15so811034pxi.19 for ; Mon, 07 Mar 2011 17:42:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:cc:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=pI56xtb50JCL4snCW4+eWklI6hCUVwymUODSYXiTuIA=; b=lGCiLzom+wyk/CJiICpO6OhJJQ3gd+RSvmdvOCcjYoGpHnpjDYqL+yrZEPHzO+o2sh GVSswW+yR+/nyBtG1zryX4wGhRyCb2BsvUJ7xVRRFRVpS7HYJGct1j5NAut0NiLPTRdW U30+PDz6NzyIDI+fLDfPDfjdpyeU5MVwVahcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=Q9cC29YFLMwtxWe3qtSYi7ThVflwzzvjw+qj/OGKWKUNTqUChziS13VYjSBAFr7ZKQ yCsoxxYujEb+oNn3diVs8zMKUP85PXiK6EVZRdqpf+CZgblnQcWFMzVD/img1eALtImg HYYBxiaWmxzc2uHNDpCKcgc5WZaNifCb6dYHs= Received: by 10.142.188.2 with SMTP id l2mr2854823wff.261.1299548549655; Mon, 07 Mar 2011 17:42:29 -0800 (PST) Received: from [118.176.73.109] ([118.176.73.109]) by mx.google.com with ESMTPS id o11sm263661wfa.12.2011.03.07.17.42.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2011 17:42:26 -0800 (PST) In-Reply-To: X-Mailer: Evolution 2.28.3 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2011-03-07 (=EC=9B=94), 13:07 +0100, Matthieu Moy: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: >=20 > > On Mon, Mar 7, 2011 at 05:49, Namhyung Kim wro= te: > > > >> /TAGS > >> +/GTAGS > >> +/GRTAGS > >> +/GPATH > >> +/GSYMS > >> /cscope* > >> *.obj > >> *.lib > > > > What causes these to be added? >=20 > I don't know, but I suspect they are generated by some variant of > (e|c)tags which do not appear in our Makefile. >=20 > If this is the case, I'd say the place to put these is in a user-wide > .gitignore (cf. core.excludesfile). >=20 Yes, they are from GNU GLOBAL source code tag system. And sorry, I didn't aware of that config variable. I'll use it for my environments then. Thanks. --=20 Regards, Namhyung Kim