From 6b0f4af4a0a36c07bfe6903df57d570d05bb3d44 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Tue, 1 Aug 2017 15:24:49 -0500 Subject: [PATCH] gitignore: fix build directory Fix the build directory path in the gitignore file. Signed-off-by: Miguel Bernal Marin --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eef2a69e..43790bbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ #Exluding from the tree the html build files -build +source/_build # ignore vi temporary files *.swp *~