diff --git a/.gitignore b/.gitignore index cd531cf..67f8486 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +# UXN +*.rom +*.rom.sym +.snarf +.theme +.notepad + # ---> C # Prerequisites *.d diff --git a/build/meadow b/build/meadow deleted file mode 100755 index 015cb02..0000000 Binary files a/build/meadow and /dev/null differ diff --git a/build/meadowcli b/build/meadowcli deleted file mode 100755 index 4b2f3b1..0000000 Binary files a/build/meadowcli and /dev/null differ diff --git a/uxn-tests/break.rom b/uxn-tests/break.rom deleted file mode 100644 index 85f6548..0000000 Binary files a/uxn-tests/break.rom and /dev/null differ diff --git a/uxn-tests/break.rom.sym b/uxn-tests/break.rom.sym deleted file mode 100644 index d0afbdd..0000000 Binary files a/uxn-tests/break.rom.sym and /dev/null differ diff --git a/uxn-tests/echo.rom b/uxn-tests/echo.rom deleted file mode 100644 index 194e6d7..0000000 Binary files a/uxn-tests/echo.rom and /dev/null differ diff --git a/uxn-tests/echo.rom.sym b/uxn-tests/echo.rom.sym deleted file mode 100644 index 09e09f0..0000000 Binary files a/uxn-tests/echo.rom.sym and /dev/null differ diff --git a/uxn-tests/hello.rom b/uxn-tests/hello.rom deleted file mode 100644 index a298559..0000000 Binary files a/uxn-tests/hello.rom and /dev/null differ diff --git a/uxn-tests/hello.rom.sym b/uxn-tests/hello.rom.sym deleted file mode 100644 index e0bda86..0000000 Binary files a/uxn-tests/hello.rom.sym and /dev/null differ diff --git a/uxn-tests/opcodes.rom b/uxn-tests/opcodes.rom deleted file mode 100644 index 720569b..0000000 Binary files a/uxn-tests/opcodes.rom and /dev/null differ diff --git a/uxn-tests/opcodes.rom.sym b/uxn-tests/opcodes.rom.sym deleted file mode 100644 index 5fe840a..0000000 Binary files a/uxn-tests/opcodes.rom.sym and /dev/null differ