]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gitignore: ignore documentation build products
authorSascha Silbe <x-yo17@se-silbe.de>
Fri, 15 Dec 2017 19:16:42 +0000 (20:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jan 2018 22:40:03 +0000 (22:40 +0000)
commitf594e8ced45c9e670924f76e696202a56df02e26
tree72775f75ef1e46df5cff5521651be4a20e8d765e
parentc60a2c3ffe338d880848c2704ee696d1e892b9cc
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>
.gitignore