summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSascha Silbe <x-yo17@se-silbe.de>2017-12-15 20:16:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-06 22:40:03 +0000
commitf594e8ced45c9e670924f76e696202a56df02e26 (patch)
tree72775f75ef1e46df5cff5521651be4a20e8d765e /.gitignore
parentc60a2c3ffe338d880848c2704ee696d1e892b9cc (diff)
downloadpoky-f594e8ced45c9e670924f76e696202a56df02e26.tar.gz
gitignore: ignore documentation build products
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 the files and directories that can be generated during "make DOC=<directory>" as well as "make DOC=<directory> pdf". 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> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 94894d498c..0c4e112d9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,9 +18,10 @@ hob-image-*.bb
18!meta-yocto 18!meta-yocto
19!meta-yocto-bsp 19!meta-yocto-bsp
20!meta-yocto-imported 20!meta-yocto-imported
21documentation/user-manual/user-manual.html 21/documentation/*/eclipse/
22documentation/user-manual/user-manual.pdf 22/documentation/*/*.html
23documentation/user-manual/user-manual.tgz 23/documentation/*/*.pdf
24/documentation/*/*.tgz
24pull-*/ 25pull-*/
25bitbake/lib/toaster/contrib/tts/backlog.txt 26bitbake/lib/toaster/contrib/tts/backlog.txt
26bitbake/lib/toaster/contrib/tts/log/* 27bitbake/lib/toaster/contrib/tts/log/*