[bitbake-devel] [PATCH] .gitignore: update documentation directory name

Trevor Woerner trevor.woerner at linaro.org
Thu Mar 27 17:00:51 UTC 2014


In the yocto-docs repository, the documentation is stored in a directory
called "documentation". In this repository the documentation is stored in
"doc".

This update allows git to properly ignore generated documentation.

Signed-off-by: Trevor Woerner <trevor.woerner at linaro.org>
---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index d64f6f8..ba767de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,6 @@ pyshtables.py
 /bin/bitbakec
 *.swp
 tags
-documentation/user-manual/user-manual.html
-documentation/user-manual/user-manual.pdf
-documentation/user-manual/user-manual.tgz
+doc/user-manual/user-manual.html
+doc/user-manual/user-manual.pdf
+doc/user-manual/user-manual.tgz
-- 
1.9.0




More information about the bitbake-devel mailing list