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.
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