From: Brian Gernhardt <benji@silverinsanity.com>
To: git@vger.kernel.org
Subject: [PATCH] Ignore section 5 man pages
Date: Mon, 23 Apr 2007 19:50:03 -0400 [thread overview]
Message-ID: <20070423235003.GA29849@Hermes.local> (raw)
We now have a gitattributes(5) file, so let git ignore that just like
all the other man pages.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
---
Documentation/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index b98d21e..d067481 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,6 +1,7 @@
*.xml
*.html
*.1
+*.5
*.7
*.made
howto-index.txt
--
1.5.2.rc0.1.g2cc31
next reply other threads:[~2007-04-23 23:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 23:50 Brian Gernhardt [this message]
2007-04-23 23:54 ` [PATCH] Ignore section 5 man pages H. Peter Anvin
2007-04-24 0:02 ` [PATCH] Ignore all man sections Brian Gernhardt
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=20070423235003.GA29849@Hermes.local \
--to=benji@silverinsanity.com \
--cc=git@vger.kernel.org \
/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).