From patchwork Wed Jun 17 15:44:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] .gitignore: Fix the test-manual entries From: Richard Purdie X-Patchwork-Id: 173659 Message-Id: <20200617154422.417466-1-richard.purdie@linuxfoundation.org> To: docs@lists.yoctoproject.org Date: Wed, 17 Jun 2020 16:44:19 +0100 Signed-off-by: Richard Purdie --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c1e30692c..887a0e656 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,8 @@ documentation/overview-manual/overview-manual.tgz documentation/overview-manual/overview-manual.html documentation/overview-manual/overview-manual.pdf documentation/overview-manual/eclipse/ -documentation/test-manual.tgz -documentation/test-manual.html -documentation/test-manual.pdf -documentation/test-manual/eclipse/ +documentation/test-manual/test-manual.tgz +documentation/test-manual/test-manual.html +documentation/test-manual/test-manual.pdf +documentation/test-manual/test-manual/eclipse/