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: Wed, 05 Mar 2014 05:17:55
Message-Id: 20140304211742.42a9ec3c.dolsen@gentoo.org
In Reply to: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore by "W. Trevor King"
1 On Tue, 4 Mar 2014 20:50:38 -0800
2 "W. Trevor King" <wking@×××××××.us> wrote:
3
4 > On Sun, Mar 02, 2014 at 03:01:00PM -0800, Brian Dolbec wrote:
5 > > ---
6 > > .gitignore | 5 +++++
7 > > 1 file changed, 5 insertions(+)
8 > >
9 > > diff --git a/.gitignore b/.gitignore
10 > > index d52b297..9dc5a73 100644
11 > > --- a/.gitignore
12 > > +++ b/.gitignore
13 > > @@ -3,3 +3,8 @@ dist
14 > > build
15 > > files
16 > > MANIFEST
17 > > +test*
18 > > +*.geany
19 > > +outgoing/*
20 > > +Scratch/*
21 > > +*.patch
22 >
23 > These all look like entries for a local $GIT_DIR/info/exclude, instead
24 > of the shared, in-tree .gitignore, since they're specific to your
25 > workflow and not catalyst or it's build process.
26 >
27 > Cheers,
28 > Trevor
29 >
30
31 Yes, they are. I've never professed to be a git "expert"
32 Please enlighten me on that. It's annoying trying to wade through
33 all those files making commits.
34
35
36 --
37 Brian Dolbec <dolsen>

Replies

Subject Author
Re: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore "W. Trevor King" <wking@×××××××.us>