Re: [PATCH] Documentation: avoid tracking intermediate build products

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: [PATCH] Documentation: avoid tracking intermediate build products

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:47:41

Jonathan Nieder [off-list ref] writes:
Add *.xml+, *.html+, *.texi+, and *.texi++ to .gitignore.

Cc: Chris Johnsen <redacted>
Signed-off-by: Jonathan Nieder <redacted>
---
Some of these files appeared in the "git status" output after an
interrupted build.  I hope I caught them all.
Thanks; I think "*+" would suffice, though.

[PATCH] Add intermediate build products to .gitignore

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:47:41

Temporaries such as configure.ac+ and Documentation/*.xml+
sometimes remain after an interrupted build.  Tell git not to
track them.

Signed-off-by: Jonathan Nieder <redacted>
---
Junio C Hamano wrote:
Jonathan Nieder [off-list ref] writes:
 
quoted
Some of these files appeared in the "git status" output after an
interrupted build.  I hope I caught them all.
Thanks; I think "*+" would suffice, though.
That’s much better.  Here’s an updated patch.

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 51a37b1..f0d2e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -168,6 +168,7 @@ git.spec
 *.exe
 *.[aos]
 *.py[co]
+*+
 config.mak
 autom4te.cache
 config.cache
-- 
1.6.5.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help