Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore
Date: Sat, 22 Mar 2014 17:47:33
Message-Id: 20140322104713.5adf9577.dolsen@gentoo.org
In Reply to: Re: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore by "W. Trevor King"
1 On Wed, 5 Mar 2014 07:32:46 -0800
2 "W. Trevor King" <wking@×××××××.us> wrote:
3
4 > On Tue, Mar 04, 2014 at 09:17:42PM -0800, Brian Dolbec wrote:
5 > > On Tue, 4 Mar 2014 20:50:38 -0800, W. Trevor King wrote:
6 > > > On Sun, Mar 02, 2014 at 03:01:00PM -0800, Brian Dolbec wrote:
7 > > > These all look like entries for a local $GIT_DIR/info/exclude,
8 > > > instead of the shared, in-tree .gitignore, since they're specific
9 > > > to your workflow and not catalyst or it's build process.
10 > >
11 > > Yes, they are. I've never professed to be a git "expert"
12 > > Please enlighten me on that. It's annoying trying to wade through
13 > > all those files making commits.
14 >
15 > The “DESCRIPTION” section of gitignore(5) goes through it pretty
16 > clearly [1]. $GIT_DIR/info/exclude (likely
17 > ~/src/catalyst/.git/info/exclude or similar for you) has the same
18 > syntax as .gitignore, but it's not versioned. gitignore(5) recommends
19 > it for [1]:
20 >
21 > Patterns which are specific to a particular repository but which do
22 > not need to be shared with other related repositories (e.g.,
23 > auxiliary files that live inside the repository but are specific to
24 > one user’s workflow)
25 >
26 > Cheers,
27 > Trevor
28 >
29 > [1]: https://www.kernel.org/pub/software/scm/git/docs/gitignore.html
30 >
31
32 Done, that you for that info This commit is removed from pending, will
33 push once some other feedback changes are finished testing.
34
35 --
36 Brian Dolbec <dolsen>