From 54a0f7999ba77eaa71cd005edbecb75d683ba643 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Fri, 9 Sep 2022 14:17:24 +0200 Subject: [PATCH] Update gitignore --- henceforth/.gitignore | 2 ++ henceforth/examples/test.fth | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 henceforth/.gitignore diff --git a/henceforth/.gitignore b/henceforth/.gitignore new file mode 100644 index 0000000..204b6bf --- /dev/null +++ b/henceforth/.gitignore @@ -0,0 +1,2 @@ +examples/*.asm +examples/*.bin diff --git a/henceforth/examples/test.fth b/henceforth/examples/test.fth index 8646ba3..302576a 100644 --- a/henceforth/examples/test.fth +++ b/henceforth/examples/test.fth @@ -1 +1 @@ -0x0a dup dup emit emit emit +1 2 over debug \ No newline at end of file