diff options
author | Kenneth Bell <[email protected]> | 2021-03-18 20:14:50 -0700 |
---|---|---|
committer | Ayke <[email protected]> | 2021-03-19 12:42:09 +0100 |
commit | 9f3f9d05b84d2b4850cd6fbf9f8869864df29490 (patch) | |
tree | 0d9ba1a6140a4d8e97ff8e243a098d6ef8496c7e /.gitignore | |
parent | f9865a08bcc0ec912e189b2a550e6c5124574c7e (diff) | |
download | tinygo-9f3f9d05b84d2b4850cd6fbf9f8869864df29490.tar.gz tinygo-9f3f9d05b84d2b4850cd6fbf9f8869864df29490.zip |
housekeeping: ignore files generated by smoketests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d0f5f6ff..20a0a2fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,10 @@ src/device/kendryte/*.s vendor llvm-build llvm-project + +# Ignore files generated by smoketest +test.gba +test.hex +test.nro +test.wasm +wasm.wasm
\ No newline at end of file |