diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2019-10-03 15:09:33 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2019-10-03 15:09:33 +0200 |
commit | 8048f6351fb4611134c2f6e2d9129ec025376914 (patch) | |
tree | e7741d553d21cde03649796127d5778ee35c1732 /.gitignore | |
parent | 13c7f8418e265000e472e284089474d63ccbbb39 (diff) | |
download | lulua-8048f6351fb4611134c2f6e2d9129ec025376914.tar.gz lulua-8048f6351fb4611134c2f6e2d9129ec025376914.tar.bz2 lulua-8048f6351fb4611134c2f6e2d9129ec025376914.zip |
doc: Add hand/finger stats to all layouts
Adds a preprocessing step to the doc HTML document.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,10 +3,8 @@ __pycache__ .eggs/ .coverage .mypy_cache/ -doc/*.svg -doc/*.yaml -doc/*.xmodmap -doc/letterfreq.json +doc/_build +doc/_temp .ninja_* build.ninja stats/ |