diff options
author | 2019-11-23 13:27:38 -0700 | |
---|---|---|
committer | 2019-11-25 18:51:44 +1100 | |
commit | a10af356cc076718b731f3515be7dbbccb5e849f (patch) | |
tree | c5945f42444110e0a7167718e45db944ba717721 /.gitignore | |
parent | aadd818687caa73d2748d63c725d0794724f99ae (diff) |
Update documentation (nw)
* Update MAME docs revision to 0.216
* Add FAQ question about autofire with walkthrough of setup process.
* Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build)
* Add a caveat about autofire+normal fire mapping
* Add -lowlatency to the docs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3283f9771ba..2b7b463e391 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ !/LICENSE /.idea docs/build +docs/source/_build regtests/chdman/temp regtests/jedutil/output /CMakeLists.txt |