* [PATCH] Documentation: avoid tracking intermediate build products
@ 2009-11-08 11:20 Jonathan Nieder
2009-11-08 19:08 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2009-11-08 11:20 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Chris Johnsen
Add *.xml+, *.html+, *.texi+, and *.texi++ to .gitignore.
Cc: Chris Johnsen <chris_johnsen@pobox.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
Some of these files appeared in the "git status" output after an
interrupted build. I hope I caught them all.
Good night,
Jonathan
Documentation/.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index d8edd90..22dbc0b 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,8 +1,12 @@
*.xml
+*.xml+
*.html
+*.html+
*.[1-8]
*.made
*.texi
+*.texi+
+*.texi++
git.info
gitman.info
howto-index.txt
--
1.6.5.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: avoid tracking intermediate build products
2009-11-08 11:20 [PATCH] Documentation: avoid tracking intermediate build products Jonathan Nieder
@ 2009-11-08 19:08 ` Junio C Hamano
2009-11-08 22:07 ` [PATCH] Add intermediate build products to .gitignore Jonathan Nieder
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2009-11-08 19:08 UTC (permalink / raw)
To: Jonathan Nieder; +Cc: Junio C Hamano, git, Chris Johnsen
Jonathan Nieder <jrnieder@gmail.com> writes:
> Add *.xml+, *.html+, *.texi+, and *.texi++ to .gitignore.
>
> Cc: Chris Johnsen <chris_johnsen@pobox.com>
> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
> ---
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Add intermediate build products to .gitignore
2009-11-08 19:08 ` Junio C Hamano
@ 2009-11-08 22:07 ` Jonathan Nieder
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Nieder @ 2009-11-08 22:07 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Chris Johnsen
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 <jrnieder@gmail.com>
---
Junio C Hamano wrote:
> Jonathan Nieder <jrnieder@gmail.com> writes:
>> 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-08 21:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 11:20 [PATCH] Documentation: avoid tracking intermediate build products Jonathan Nieder
2009-11-08 19:08 ` Junio C Hamano
2009-11-08 22:07 ` [PATCH] Add intermediate build products to .gitignore Jonathan Nieder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).