aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2021-03-18 20:14:50 -0700
committerAyke <[email protected]>2021-03-19 12:42:09 +0100
commit9f3f9d05b84d2b4850cd6fbf9f8869864df29490 (patch)
tree0d9ba1a6140a4d8e97ff8e243a098d6ef8496c7e /.gitignore
parentf9865a08bcc0ec912e189b2a550e6c5124574c7e (diff)
downloadtinygo-9f3f9d05b84d2b4850cd6fbf9f8869864df29490.tar.gz
tinygo-9f3f9d05b84d2b4850cd6fbf9f8869864df29490.zip
housekeeping: ignore files generated by smoketests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
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