diff options
author | Sam Clegg <sbc@chromium.org> | 2022-03-07 18:43:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 10:43:46 -0800 |
commit | ccbe21aac55a088069f15064e210684803e6a169 (patch) | |
tree | 34b1b0c711cd7afc56caa7af04a3e018e8c4176b /wasm2c/.gitignore | |
parent | 7b40e2fbf69446f203dfb3e667dc8355741c7d69 (diff) | |
download | wabt-ccbe21aac55a088069f15064e210684803e6a169.tar.gz wabt-ccbe21aac55a088069f15064e210684803e6a169.tar.bz2 wabt-ccbe21aac55a088069f15064e210684803e6a169.zip |
Update wasm2c example output. NFC (#1851)
Do we really want to have this output checked in like this?
If so, we should probably automate its update ot at least add
a check to avoid it getting out-of-date.
Diffstat (limited to 'wasm2c/.gitignore')
-rw-r--r-- | wasm2c/.gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wasm2c/.gitignore b/wasm2c/.gitignore index 47ea610d..5d665f06 100644 --- a/wasm2c/.gitignore +++ b/wasm2c/.gitignore @@ -1,10 +1,7 @@ wasm-rt-impl.o -examples/fac/main.o +examples/**/*.o examples/fac/fac -examples/fac/fac.o -examples/rot13/main.o examples/rot13/rot13 examples/rot13/rot13.c examples/rot13/rot13.h -examples/rot13/rot13.o examples/rot13/rot13.wasm |