| # Config file |
| .emscripten |
| .emscripten_backup |
| |
| # Emsdk generated version info |
| .emsdk_version |
| |
| # vim/emacs temporary/backup files |
| *~ |
| *.swp |
| |
| # Compiled python files |
| __pycache__ |
| |
| # Default emscripten cache |
| /cache |
| |
| # Ignore only the root node_modules, but not any further down the path |
| /node_modules/ |
| |
| # Python coverage tool output |
| .coverage |
| .coverage.* |
| tools/coverage/ |
| htmlcov/ |
| coverage.xml |
| |
| .DS_Store |
| |
| # Test output |
| /out/ |
| |
| # Windows ps1 launchers (created by ./tools/maint/create_entry_points.py) |
| *.ps1 |
| # ...except the templates. |
| !/tools/run_python.ps1 |
| !/tools/run_python_compiler.ps1 |
| |
| # Shell scripts (created by ./tools/maint/create_entry_points.py) |
| em-config |
| emar |
| embuilder |
| emcmake |
| emconfigure |
| emdump |
| emdwp |
| emmake |
| emnm |
| empath-split |
| emprofile |
| emranlib |
| emrun |
| emscan-deps |
| emscons |
| emsize |
| emstrip |
| emsymbolizer |
| tools/file_packager |
| tools/webidl_binder |
| |
| # Windows .bat files (created by ./tools/maint/create_entry_points.py) |
| em-config.bat |
| emar.bat |
| embuilder.bat |
| emcmake.bat |
| emconfigure.bat |
| emdump.bat |
| emdwp.bat |
| emmake.bat |
| emnm.bat |
| empath-split.bat |
| emprofile.bat |
| emranlib.bat |
| emrun.bat |
| emscan-deps.bat |
| emscons.bat |
| emsize.bat |
| emstrip.bat |
| emsymbolizer.bat |
| tools/file_packager.bat |
| tools/webidl_binder.bat |