git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brian Gernhardt <benji@silverinsanity.com>
To: git@vger.kernel.org
Subject: [PATCH] Ignore all man sections.
Date: Mon, 23 Apr 2007 20:02:34 -0400	[thread overview]
Message-ID: <20070424000234.GA833@Hermes.local> (raw)
In-Reply-To: <462D4733.3000901@zytor.com>

We added gitattributes(5), which should now be ignored.
While we're at it, ignore all man sections 1-8.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
---

On Apr 23, 2007, at 7:54 PM, H. Peter Anvin wrote:

> Brian Gernhardt wrote:
>> 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>
>
> We can't just add *.[1-8] to the list?
> 
> 	-hpa

Indeed we can.  But that would make sense.

 Documentation/.gitignore |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index b98d21e..a37b215 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1,7 +1,6 @@
 *.xml
 *.html
-*.1
-*.7
+*.[1-8]
 *.made
 howto-index.txt
 doc.dep
-- 
1.5.2.rc0.1.g2cc31

      reply	other threads:[~2007-04-24  0:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-23 23:50 [PATCH] Ignore section 5 man pages Brian Gernhardt
2007-04-23 23:54 ` H. Peter Anvin
2007-04-24  0:02   ` Brian Gernhardt [this message]

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=20070424000234.GA833@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).