Files
Miguel Bernal Marin 6b0f4af4a0 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>
2017-08-01 15:24:49 -05:00

7 lines
100 B
Plaintext

#Exluding from the tree the html build files
source/_build
# ignore vi temporary files
*.swp
*~
.*~