| # 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/ |
| |
| # When updating the website we check it out here. |
| /site/emscripten-site/ |
| |
| # Windows ps1 launchers (created by ./tools/maint/create_entry_points.py) |
| *.ps1 |
| # ...except the templates. |
| !/tools/run_python.ps1 |
| !/tools/run_python_compiler.ps1 |
| |
| /tools/pylauncher/pylauncher.obj |
| |
| # Shell scripts (created by ./tools/maint/create_entry_points.py) |
| em++ |
| emcc |
| em-config |
| emar |
| embuilder |
| emcmake |
| emconfigure |
| emdump |
| emdwp |
| emmake |
| emnm |
| empath-split |
| emprofile |
| emranlib |
| emrun |
| emscan-deps |
| emscons |
| emsize |
| emstrip |
| emsymbolizer |
| test/runner |
| tools/file_packager |
| tools/webidl_binder |
| |
| # Windows .bat files (created by ./tools/maint/create_entry_points.py) |
| em++.bat |
| emcc.bat |
| 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 |
| test/runner.bat |
| tools/file_packager.bat |
| tools/webidl_binder.bat |
| |
| bootstrap.exe |
| em++.exe |
| emcc.exe |
| em-config.exe |
| emar.exe |
| embuilder.exe |
| emcmake.exe |
| emconfigure.exe |
| emdump.exe |
| emdwp.exe |
| emmake.exe |
| emnm.exe |
| empath-split.exe |
| emprofile.exe |
| emranlib.exe |
| emrun.exe |
| emscan-deps.exe |
| emscons.exe |
| emsize.exe |
| emstrip.exe |
| emsymbolizer.exe |
| tools/file_packager.exe |
| tools/webidl_binder.exe |
| test/runner.exe |