Update gitignore

This commit is contained in:
Dominic Grimm 2022-09-03 15:15:52 +02:00
parent ec7a147ec9
commit 133a0526eb
No known key found for this signature in database
GPG Key ID: A6C051C716D2CE65
2 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1 @@
/target
wapm_packages

View File

@ -0,0 +1,10 @@
.include "$lib/core.asm"
.include "$lib/std.asm"
.include "$lib/main.asm"
.jump_main
data:
.main
.std_stop