From: Luiz Capitulino <lcapitulino@redhat.com>
To: rostedt@goodmis.org, linux-kernel@vger.kernel.org
Subject: [PATCH] trace-cmd: Documentation: ignore all man sections
Date: Fri, 7 Oct 2016 13:04:12 -0400 [thread overview]
Message-ID: <20161007130412.12a445e0@redhat.com> (raw)
Today, we only ignore section 1. But we also have a
section 5 man page.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
Documentation/.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index f7e585b..aecd243 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -1 +1 @@
-*.1
+*.[1-9]
--
2.5.5
reply other threads:[~2016-10-07 17:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20161007130412.12a445e0@redhat.com \
--to=lcapitulino@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.