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 2F61E13873B for ; Mon, 3 Mar 2014 03:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AF7DE0B48; Mon, 3 Mar 2014 03:07:30 +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 1291AE0B48 for ; Mon, 3 Mar 2014 03:07:30 +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 1B50D33FAD6 for ; Mon, 3 Mar 2014 03:07:29 +0000 (UTC) Date: Sun, 2 Mar 2014 19:07:18 -0800 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 3/5] Add more working files, directories to .gitignore Message-ID: <20140302190718.4473fa80.dolsen@gentoo.org> In-Reply-To: <1393801262-13820-3-git-send-email-dolsen@gentoo.org> References: <1393801262-13820-2-git-send-email-dolsen@gentoo.org> <1393801262-13820-3-git-send-email-dolsen@gentoo.org> 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: 4dfeb722-999a-46c2-8d21-08f885ff3670 X-Archives-Hash: b25dcbf9acb423da1c596b4e41952504 On Sun, 2 Mar 2014 15:01:00 -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 I've added one more entry, it's in git: +patches/* -- Brian Dolbec