From: Jonathan Nieder <jrnieder@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Chris Johnsen <chris_johnsen@pobox.com>
Subject: [PATCH] Documentation: avoid tracking intermediate build products
Date: Sun, 8 Nov 2009 05:20:09 -0600 [thread overview]
Message-ID: <20091108112009.GA23790@progeny.tock> (raw)
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
next reply other threads:[~2009-11-08 11:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-08 11:20 Jonathan Nieder [this message]
2009-11-08 19:08 ` [PATCH] Documentation: avoid tracking intermediate build products Junio C Hamano
2009-11-08 22:07 ` [PATCH] Add intermediate build products to .gitignore Jonathan Nieder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091108112009.GA23790@progeny.tock \
--to=jrnieder@gmail.com \
--cc=chris_johnsen@pobox.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).