[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441044968-106110-1-git-send-email-computersforpeace@gmail.com>
Date: Mon, 31 Aug 2015 11:16:08 -0700
From: Brian Norris <computersforpeace@...il.com>
To: Jonathan Corbet <corbet@....net>
Cc: <linux-kernel@...r.kernel.org>, linux-doc@...r.kernel.org,
Brian Norris <computersforpeace@...il.com>
Subject: [PATCH] DocBook: ignore .proc files
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@...il.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists