summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-19 11:40:32 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-06-19 16:19:39 +0200
commitc826c6662dc83633aac0ce1622e4a91b4c8100e3 (patch)
treeca440d402ada8e3ae7acad1fe3d876ad3a0259ff /.gitignore
parentf6bc48698587758fb764bae66302002fe148e978 (diff)
Add gitbook documentation (support PDF generation).
To generate PDF doc: ./gendocs.sh pdf To generate HTML doc (local webserver): ./gendocs.sh serve Change-Id: I77156a45e86f3bcab045cee05694f93b7a50e4ba Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fbaa2da1..9e600c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
amixer
autom4te.cache
-config.log
+config.log
build/*
dist/*
!.gitignore
@@ -13,3 +13,5 @@ cmake_install.cmake
*.so
.vscode
stress-out*
+node_modules/
+_book/ \ No newline at end of file