gitignore: fix build directory

Fix the build directory path in the gitignore file.

Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
This commit is contained in:
Miguel Bernal Marin
2017-08-01 15:24:49 -05:00
parent 679de52726
commit 6b0f4af4a0
+1 -1
View File
@@ -1,5 +1,5 @@
#Exluding from the tree the html build files
build
source/_build
# ignore vi temporary files
*.swp
*~