mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] DocBook: ignore .proc files
@ 2015-08-31 18:16 Brian Norris
  2015-09-11 16:47 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2015-08-31 18:16 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, linux-doc, Brian Norris

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


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

* Re: [PATCH] DocBook: ignore .proc files
  2015-08-31 18:16 [PATCH] DocBook: ignore .proc files Brian Norris
@ 2015-09-11 16:47 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2015-09-11 16:47 UTC (permalink / raw)
  To: Brian Norris; +Cc: linux-kernel, linux-doc

On Mon, 31 Aug 2015 11:16:08 -0700
Brian Norris <computersforpeace@gmail.com> wrote:

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

Makes sense.  Applied to the docs tree, thanks.

jon

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

end of thread, other threads:[~2015-09-11 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-31 18:16 [PATCH] DocBook: ignore .proc files Brian Norris
2015-09-11 16:47 ` Jonathan Corbet

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