From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDAAA13873B for ; Wed, 5 Mar 2014 05:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D0C7E09C9; Wed, 5 Mar 2014 05:17:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A68E09C9 for ; Wed, 5 Mar 2014 05:17:52 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id DE41B33FC6F for ; Wed, 5 Mar 2014 05:17:51 +0000 (UTC) Date: Tue, 4 Mar 2014 21:17:42 -0800 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore Message-ID: <20140304211742.42a9ec3c.dolsen@gentoo.org> In-Reply-To: <20140305045038.GE25297@odin.tremily.us> References: <1393801262-13820-2-git-send-email-dolsen@gentoo.org> <1393801262-13820-3-git-send-email-dolsen@gentoo.org> <20140305045038.GE25297@odin.tremily.us> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: a154c194-15bf-4329-bc10-11c1c7f82a8a X-Archives-Hash: 7cecd76523dcb9c69a7cfe4e646b981b On Tue, 4 Mar 2014 20:50:38 -0800 "W. Trevor King" wrote: > On Sun, Mar 02, 2014 at 03:01:00PM -0800, Brian Dolbec wrote: > > --- > > .gitignore | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index d52b297..9dc5a73 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -3,3 +3,8 @@ dist > > build > > files > > MANIFEST > > +test* > > +*.geany > > +outgoing/* > > +Scratch/* > > +*.patch > > These all look like entries for a local $GIT_DIR/info/exclude, instead > of the shared, in-tree .gitignore, since they're specific to your > workflow and not catalyst or it's build process. > > Cheers, > Trevor > Yes, they are. I've never professed to be a git "expert" Please enlighten me on that. It's annoying trying to wade through all those files making commits. -- Brian Dolbec