From 03db2f70632eba773d2bafd35afa43e27f1e7e46 Mon Sep 17 00:00:00 2001 From: sit-d <281093367+sit-d@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:23:25 -0600 Subject: [PATCH] chore: ignore generated WHP16 module binaries --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcce65e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# WHP16 module build outputs generated by fasm2.cmd / Session -> Build +/x16/*.bin + +# Common assembler listing/symbol sidecars from local experiments +/x16/*.fas +/x16/*.lst +/x16/*.map +/x16/*.sym + +# Local editor/OS noise +.DS_Store +Thumbs.db