diff options
Diffstat (limited to 'wasm2c/.gitignore')
-rw-r--r-- | wasm2c/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasm2c/.gitignore b/wasm2c/.gitignore index 094559b6..77757ac5 100644 --- a/wasm2c/.gitignore +++ b/wasm2c/.gitignore @@ -1,4 +1,5 @@ wasm-rt-impl.o +wasm-rt-exceptions-impl.o examples/**/*.o examples/fac/fac examples/rot13/rot13 @@ -9,3 +10,7 @@ examples/callback/callback examples/callback/callback.c examples/callback/callback.h examples/callback/callback.wasm +examples/threads/threads +examples/threads/sample.c +examples/threads/sample.h +examples/threads/sample.wasm |