Files
ci-emsdk/.gitignore
Sam Clegg d37abed2de Avoid writing to file in emsdk_env.csh / emsdk_env.sh (#544)
This is an alternative fix for
https://github.com/emscripten-core/emscripten/issues/9090 which recently
came up again after #539.

Tested with bash, tcsh and fish.
2020-07-10 17:49:16 -07:00

37 lines
551 B
Plaintext

*.pyc
__pycache__
# Support for --embedded configs
/.emscripten
/.emscripten.old
/.emscripten_cache
/.emscripten_cache__last_clear
/.emscripten_sanity
/.emscripten_sanity_wasm
# Auto-generated by emsdk.py under windows by `construct_env` or `activate`
/emsdk_set_env.bat
# Tags files that get generated at runtime
/emscripten-releases-tot.txt
# File that get download/extracted by emsdk itself
/gnu
/upstream
/fastcomp
/fastcomp-clang/
/llvm
/releases
/clang
/emscripten
/git
/node
/python
/temp
/zips
/crunch
/java
/mingw
/spidermonkey
/binaryen