diff options
author | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 14:32:56 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 14:32:56 -0400 |
commit | 88c06828a097914c971a893f0048cd911e9b1a22 (patch) | |
tree | 364756465275dca27404b9d424a178b289c3f32e /.gitignore | |
parent | 04d2090aeec620cca72622aa752cf53aaf0b0fbb (diff) |
Use Lua script to generate README, doc.go and index.html rather than autoreadme
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,3 +15,8 @@ private *.swp **/*.test .idea/ +doc/body.html +doc/body.md +doc/index.html +doc/index.html.ok +coverage.html |