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 6B6CF1391DB for ; Sat, 22 Mar 2014 17:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2646BE0B0C; Sat, 22 Mar 2014 17:47: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 92820E0B0C for ; Sat, 22 Mar 2014 17:47:29 +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 6F36C33FBBC for ; Sat, 22 Mar 2014 17:47:28 +0000 (UTC) Date: Sat, 22 Mar 2014 10:47:13 -0700 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: <20140322104713.5adf9577.dolsen@gentoo.org> In-Reply-To: <20140305153246.GG25297@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> <20140304211742.42a9ec3c.dolsen@gentoo.org> <20140305153246.GG25297@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=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d111a8c9-7882-4593-b987-3d5a3abda633 X-Archives-Hash: f4b404d2b72572835ef485deb78049d5 On Wed, 5 Mar 2014 07:32:46 -0800 "W. Trevor King" wrote: > On Tue, Mar 04, 2014 at 09:17:42PM -0800, Brian Dolbec wrote: > > 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: > > > 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. > > > > 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. >=20 > The =E2=80=9CDESCRIPTION=E2=80=9D section of gitignore(5) goes through it= pretty > clearly [1]. $GIT_DIR/info/exclude (likely > ~/src/catalyst/.git/info/exclude or similar for you) has the same > syntax as .gitignore, but it's not versioned. gitignore(5) recommends > it for [1]: >=20 > Patterns which are specific to a particular repository but which do > not need to be shared with other related repositories (e.g., > auxiliary files that live inside the repository but are specific to > one user=E2=80=99s workflow) >=20 > Cheers, > Trevor >=20 > [1]: https://www.kernel.org/pub/software/scm/git/docs/gitignore.html >=20 Done, that you for that info This commit is removed from pending, will push once some other feedback changes are finished testing. --=20 Brian Dolbec