From 67af114c95801605c7dc3d2a2eb9fa3d0223d681 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya0@users.noreply.github.com> Date: Sat, 25 Jul 2026 03:00:55 -0400 Subject: [PATCH] Add the roms directory ExtractAssets defaults to BUILDING.md points people at roms/, but git can't track an empty directory, so a fresh clone didn't have one. Its .gitignore keeps everything but itself and the readme out. --- roms/.gitignore | 3 +++ roms/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 roms/.gitignore create mode 100644 roms/README.md diff --git a/roms/.gitignore b/roms/.gitignore new file mode 100644 index 0000000000..7c9d611b59 --- /dev/null +++ b/roms/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!README.md diff --git a/roms/README.md b/roms/README.md new file mode 100644 index 0000000000..37bf19ff33 --- /dev/null +++ b/roms/README.md @@ -0,0 +1,3 @@ +# roms + +`ExtractAssets` looks here by default. Drop your ROMs in.