git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Ignore section 5 man pages
@ 2007-04-23 23:50 Brian Gernhardt
  2007-04-23 23:54 ` H. Peter Anvin
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Gernhardt @ 2007-04-23 23:50 UTC (permalink / raw)
  To: git

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-24  0:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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   ` [PATCH] Ignore all man sections Brian Gernhardt

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