aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPierre Langlois <pierre.langlois@arm.com>2016-11-21 14:56:01 +0000
committerPierre Langlois <pierre.langlois@arm.com>2016-12-15 18:12:12 +0000
commit287e6d1ea491bfd52066809ee7ef5d52b8ffe31c (patch)
tree9a26a2273a7cbb60be22c337112bbfe6edb9aaf4 /.gitignore
parent1c1488c11349b4dada8ca3cd0f56824b9f93478a (diff)
Convert markdown to html with `scons doc`
Add a new `doc` target to scons that runs `markdown` on the documentation. The generated html files are kept in the source tree. Change-Id: I09c9b275a6cfdd7c68c5fb6a14f551dd7bd1b084
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ff125bde..930e7535 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# ignore python compiled object
*.pyc
+*.html
.sconsign.dblite
log/
obj/