From: Brian Norris <computersforpeace@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: <linux-kernel@vger.kernel.org>,
linux-doc@vger.kernel.org,
Brian Norris <computersforpeace@gmail.com>
Subject: [PATCH] DocBook: ignore .proc files
Date: Mon, 31 Aug 2015 11:16:08 -0700 [thread overview]
Message-ID: <1441044968-106110-1-git-send-email-computersforpeace@gmail.com> (raw)
These are generated as part of 'make htmldocs'. If we don't ignore them,
then most of our generated subdirectories get treated as "untracked" by
git.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
Documentation/DocBook/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/DocBook/.gitignore b/Documentation/DocBook/.gitignore
index 7ebd5465d927..baa80b056847 100644
--- a/Documentation/DocBook/.gitignore
+++ b/Documentation/DocBook/.gitignore
@@ -11,5 +11,6 @@
*.png
*.gif
*.svg
+*.proc
media-indices.tmpl
media-entities.tmpl
--
2.5.0.457.gab17608
next reply other threads:[~2015-08-31 18:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 18:16 Brian Norris [this message]
2015-09-11 16:47 ` Jonathan Corbet
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=1441044968-106110-1-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@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
Powered by JetHome