All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: ignore documentation build products
@ 2017-12-15 10:52 Sascha Silbe
  2017-12-15 12:52 ` Alexander Kanavin
  0 siblings, 1 reply; 5+ messages in thread
From: Sascha Silbe @ 2017-12-15 10:52 UTC (permalink / raw)
  To: poky

There are several different manuals by now, all of which produce
output. The "eclipse" directory might even have been present the last
time .gitignore was updated.

Ignore all files and directories generated during "make
DOC=<directory>" for all existing manuals as well as "make
DOC=<directory> pdf" for all manuals that support PDF
generation. While at it, make sure the patterns only match for the
top-level documentation directory.

Signed-off-by: Sascha Silbe <x-yo17@se-silbe.de>
---

Resent because the previous one disappeared into nirvana (mailing list
silently dropping mails from non-subscribers?).

 .gitignore | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 94894d498c..f1da5b2df9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,9 +18,34 @@ hob-image-*.bb
 !meta-yocto
 !meta-yocto-bsp
 !meta-yocto-imported
-documentation/user-manual/user-manual.html
-documentation/user-manual/user-manual.pdf
-documentation/user-manual/user-manual.tgz
+/documentation/*/eclipse/
+/documentation/bsp-guide/bsp-guide.html
+/documentation/bsp-guide/bsp-guide.pdf
+/documentation/bsp-guide/bsp-guide.tgz
+/documentation/dev-manual/dev-manual.html
+/documentation/dev-manual/dev-manual.pdf
+/documentation/dev-manual/dev-manual.tgz
+/documentation/kernel-dev/kernel-dev.html
+/documentation/kernel-dev/kernel-dev.pdf
+/documentation/kernel-dev/kernel-dev.tgz
+/documentation/mega-manual/mega-manual.html
+/documentation/mega-manual/mega-manual.tgz
+/documentation/profile-manual/profile-manual.html
+/documentation/profile-manual/profile-manual.pdf
+/documentation/profile-manual/profile-manual.tgz
+/documentation/ref-manual/ref-manual.html
+/documentation/ref-manual/ref-manual.pdf
+/documentation/ref-manual/ref-manual.tgz
+/documentation/sdk-manual/sdk-manual.html
+/documentation/sdk-manual/sdk-manual.pdf
+/documentation/sdk-manual/sdk-manual.tgz
+/documentation/toaster-manual/toaster-manual.html
+/documentation/toaster-manual/toaster-manual.tgz
+/documentation/user-manual/user-manual.html
+/documentation/user-manual/user-manual.pdf
+/documentation/user-manual/user-manual.tgz
+/documentation/yocto-project-qs/yocto-project-qs.html
+/documentation/yocto-project-qs/yocto-project-qs.tgz
 pull-*/
 bitbake/lib/toaster/contrib/tts/backlog.txt
 bitbake/lib/toaster/contrib/tts/log/*
-- 
2.11.0



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

end of thread, other threads:[~2017-12-15 19:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-15 10:52 [PATCH] gitignore: ignore documentation build products Sascha Silbe
2017-12-15 12:52 ` Alexander Kanavin
2017-12-15 14:15   ` Sascha Silbe
2017-12-15 14:39     ` Alexander Kanavin
2017-12-15 19:16       ` [PATCH v2] " Sascha Silbe

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.