diff mbox

.gitignore: update documentation directory name

Message ID 1395939651-31508-1-git-send-email-trevor.woerner@linaro.org
State New
Headers show

Commit Message

Trevor Woerner March 27, 2014, 5 p.m. UTC
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@linaro.org>
---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

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