mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
a10af356cc
* 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.
50 lines
513 B
Text
50 lines
513 B
Text
*~
|
|
.*.sw?
|
|
*.mo
|
|
*.orig
|
|
*.pyc
|
|
*.pyo
|
|
*.rej
|
|
*.L68
|
|
*.S68
|
|
.DS_Store
|
|
|
|
/*
|
|
/*/
|
|
!/3rdparty/
|
|
!/android-project/
|
|
!/benchmarks/
|
|
!/artwork/
|
|
!/bgfx/
|
|
!/docs/
|
|
!/hash/
|
|
!/hlsl/
|
|
!/keymaps/
|
|
!/language/
|
|
!/nl_examples/
|
|
!/plugins/
|
|
!/projects/
|
|
!/regtests/
|
|
!/samples/
|
|
!/scripts/
|
|
!/src/
|
|
!/shaders/
|
|
!/tests/
|
|
!/doxygen/
|
|
!/web/
|
|
!/.drone.yml
|
|
!/.gitattributes
|
|
!/.gitignore
|
|
!/.travis.yml
|
|
!/makefile
|
|
!/mame.doxygen
|
|
!/*.md
|
|
!/*.bdf
|
|
!/LICENSE
|
|
/.idea
|
|
docs/build
|
|
docs/source/_build
|
|
regtests/chdman/temp
|
|
regtests/jedutil/output
|
|
/CMakeLists.txt
|
|
/samples
|