From e2dd16591ffd7eea69a3b9566fcbce15b0aa8e0b Mon Sep 17 00:00:00 2001 From: Ajani Bilby <11359344+AjaniBilby@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:22:55 +1000 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a32937c..e05ae9e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,9 @@ package-lock.json .vscode-test # Build outputs - *.wasm *.wat -*.sa \ No newline at end of file +*.sa +*.exe +*.out +*.app \ No newline at end of file