On Wed, May 04, 2016 at 08:10:53AM +0900, Akira Yokosawa wrote: > On 2016/05/04 8:06, Akira Yokosawa wrote: > >>From f0be4630d38992d2f247678914c208113c437509 Mon Sep 17 00:00:00 2001 > > From: Akira Yokosawa <akiysw@xxxxxxxxx> > > Date: Wed, 4 May 2016 07:38:30 +0900 > > Subject: [PATCH] .gitignore: Add planned empty targets > > > > This change will prevent "git status" from complaining when you > > switch from a planned test branch to other branches. > > Note: Target names 'extraction' and 'embedfonts' are now denoted > > as phony targets on the master branch. Therefore, it is safe to > > change them to empty targets of the same names on the planned test > > branch. > > > > Signed-off-by: Akira Yokosawa <akiysw@xxxxxxxxx> > > --- > > .gitignore | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index 39fd69d..18b3d63 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -25,6 +25,12 @@ perfbook-1c.tex > > perfbook-1c.out > > perfbook-hb.tex > > perfbook-hb.out > > +qqz_first > > +perfbook_aux > > +perfbook-1c_aux > > +perfbook-hb_aux > > +extraction > > +embedfonts > > > > RCS > > > > > > Hi, > I also want this one to be pulled before I start working on > v2 of "Another round of build script tweaks" series. Done. Feel free clone the archive and send pull requests, by the way. Thanx, Paul -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html