Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: [PATCH 3/5] Add more working files, directories to .gitignore
Date: Wed, 05 Mar 2014 04:50:53
Message-Id: 20140305045038.GE25297@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 3/5] Add more working files, directories to .gitignore by Brian Dolbec
1 On Sun, Mar 02, 2014 at 03:01:00PM -0800, Brian Dolbec wrote:
2 > ---
3 > .gitignore | 5 +++++
4 > 1 file changed, 5 insertions(+)
5 >
6 > diff --git a/.gitignore b/.gitignore
7 > index d52b297..9dc5a73 100644
8 > --- a/.gitignore
9 > +++ b/.gitignore
10 > @@ -3,3 +3,8 @@ dist
11 > build
12 > files
13 > MANIFEST
14 > +test*
15 > +*.geany
16 > +outgoing/*
17 > +Scratch/*
18 > +*.patch
19
20 These all look like entries for a local $GIT_DIR/info/exclude, instead
21 of the shared, in-tree .gitignore, since they're specific to your
22 workflow and not catalyst or it's build process.
23
24 Cheers,
25 Trevor
26
27 --
28 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
29 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies