diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-01-08 09:27:30 +0900 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-01-12 15:23:50 +0000 |
commit | dad0b4ae95b4837b25b02462d4f9566e37ae6026 (patch) | |
tree | 301360aa8e15cddec6f86e0dec2de68191d43ee5 | |
parent | 46e6db1278b8743b10c24ca72280035c0dc625ad (diff) |
fix docs build dirs in .gitignore
Change-Id: Iae9cc4b75af25ed7a5036ec8383bcc626848b12e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit 7c09ed9f79c373aef0a811ee24f6f642ac1b43c9)
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ *~ .*.sw? -/build/ -/output/ +/docs_build/ +/docs_output/ /releng/ |