From ccbe21aac55a088069f15064e210684803e6a169 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 7 Mar 2022 18:43:46 +0000 Subject: 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. --- wasm2c/.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'wasm2c/.gitignore') 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 -- cgit v1.2.3