diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-01-08 11:45:15 +0900 |
---|---|---|
committer | Ana Cunha <ana.cunha@ericsson.com> | 2016-01-08 11:10:09 +0000 |
commit | 409cf3d4d9525d4a205573144de86227bd1723e1 (patch) | |
tree | 8da5483d6e91c67bd974215990ab6458e88ac87a | |
parent | 262f007f06da281e1f92018cb87e9abe2432e644 (diff) |
update docs build dir names in .gitignore
Change-Id: Id4b1e2e87ac51b67f392417357b2693c76def457
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 162687f8d..6f462f55a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,6 @@ test.log .testrepository/ cover/ .*.sw? -/output/ +/docs_build/ +/docs_output/ /releng/ |