* [PATCH] .gitignore: Add planned empty targets
@ 2016-05-03 23:06 Akira Yokosawa
2016-05-03 23:10 ` Akira Yokosawa
0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2016-05-03 23:06 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, Akira Yokosawa
From f0be4630d38992d2f247678914c208113c437509 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiysw@gmail.com>
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@gmail.com>
---
.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
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] .gitignore: Add planned empty targets
2016-05-03 23:06 [PATCH] .gitignore: Add planned empty targets Akira Yokosawa
@ 2016-05-03 23:10 ` Akira Yokosawa
2016-05-04 0:51 ` Paul E. McKenney
0 siblings, 1 reply; 3+ messages in thread
From: Akira Yokosawa @ 2016-05-03 23:10 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, Akira Yokosawa
On 2016/05/04 8:06, Akira Yokosawa wrote:
>>From f0be4630d38992d2f247678914c208113c437509 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiysw@gmail.com>
> 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@gmail.com>
> ---
> .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.
Thanks, Akira
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] .gitignore: Add planned empty targets
2016-05-03 23:10 ` Akira Yokosawa
@ 2016-05-04 0:51 ` Paul E. McKenney
0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2016-05-04 0:51 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
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@gmail.com>
> > 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@gmail.com>
> > ---
> > .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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-04 0:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 23:06 [PATCH] .gitignore: Add planned empty targets Akira Yokosawa
2016-05-03 23:10 ` Akira Yokosawa
2016-05-04 0:51 ` Paul E. McKenney
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.