All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.