From 999451e9351ff26fefc34ae142c092c11cf70781 Mon Sep 17 00:00:00 2001 From: Anachronaut Date: Fri, 28 Aug 2026 17:49:38 -0400 Subject: [PATCH] Ignore External, which is other people's repositories soundThing and Hatchet-GPU are kept in the working tree to be read, not built: one is where the synthesizer comes from, the other is where the 8x8 font and the scroll register idea come from. Neither belongs to this repository. They carry their own .git directories, their own build outputs and three compiled binaries between them, and a plain 'git add -A' would have taken all of it. What this repository takes from them will be vendored deliberately, with a note in the file saying where it came from and what changed. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01E2JrLzFvuFX9fgi1LDRjrW --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index a9d940e..cad4308 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,10 @@ __pycache__/ # Kate leaves these beside a file it has open. .*.kate-swp Source/Emulator/rom.c + +# Other people's repositories, kept here to be read rather than to be built. soundThing is +# where the synthesizer comes from and Hatchet-GPU is where the font and the scroll register +# idea come from, and neither belongs to this one: they carry their own .git directories, +# their own build outputs and their own compiled binaries. What this repository takes from +# them gets vendored deliberately, with a note saying where it came from. +/External/