aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-08-18 17:14:49 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-08-18 17:14:49 +0200
commita17dc18969c90e8938434cacae455f22eba84633 (patch)
tree6d5567769754be6beeb7ddc6beffd7154dc6d502 /.gitignore
parentba351201bca9bb116c2216b3e3f031cb8000b144 (diff)
downloadtools.nes-a17dc18969c90e8938434cacae455f22eba84633.tar.gz
tools.nes-a17dc18969c90e8938434cacae455f22eba84633.zip
Rebump end-to-end tests to work via git submodules
This provides a more up-to-date experience, while also allowing to test more cases. Moreover, the latest flags from 'xa65' are being used. All in all, both 'code.nes' and 'aoc2023.nes' appear to be working after the latest fixes. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9eeba11..4e70798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/target
-*.nes
-tests/code.nes
+/*.nes
+tests/out/*.nes
TODO