diff options
author | Kenneth Bell <[email protected]> | 2021-11-19 15:40:39 +0000 |
---|---|---|
committer | Nia <[email protected]> | 2021-11-20 13:30:50 -0500 |
commit | 470cbd5f53070c10a0f920ae9a82f9a0e4f75a9d (patch) | |
tree | 6b8f5893a0208e89e48ec21307ec9182b5e67f3d /.gitignore | |
parent | 62d4a6a77f6e7a35346277166a1ace143ab33ad0 (diff) | |
download | tinygo-470cbd5f53070c10a0f920ae9a82f9a0e4f75a9d.tar.gz tinygo-470cbd5f53070c10a0f920ae9a82f9a0e4f75a9d.zip |
housekeeping: wasm optional in smoketest and fix make clean
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a5603ec7e..623c6b0c1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,12 @@ src/device/rp/*.s vendor llvm-build llvm-project +build/* # Ignore files generated by smoketest +test.bin +test.elf +test.exe test.gba test.hex test.nro |