From f594e8ced45c9e670924f76e696202a56df02e26 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Fri, 15 Dec 2017 20:16:42 +0100 Subject: 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=" as well as "make DOC= pdf". While at it, make sure the patterns only match for the top-level documentation directory. Signed-off-by: Sascha Silbe Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 94894d498c..0c4e112d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,10 @@ 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/*/*.html +/documentation/*/*.pdf +/documentation/*/*.tgz pull-*/ bitbake/lib/toaster/contrib/tts/backlog.txt bitbake/lib/toaster/contrib/tts/log/* -- cgit v1.2.3-54-g00ecf