diff options
| author | gbc dev <gbc@localhost> | 2026-07-04 22:05:31 +0200 |
|---|---|---|
| committer | gbc dev <gbc@localhost> | 2026-07-04 22:05:31 +0200 |
| commit | 0d0f4f1d23851c0c34e518834f7d316e61dec1f3 (patch) | |
| tree | e46296c247617ee0ead1fb93e9d0dc475a07f9b9 /.gitignore | |
| download | sl0pboy-0d0f4f1d23851c0c34e518834f7d316e61dec1f3.tar.gz sl0pboy-0d0f4f1d23851c0c34e518834f7d316e61dec1f3.tar.xz sl0pboy-0d0f4f1d23851c0c34e518834f7d316e61dec1f3.zip | |
scaffolding: build system, cartridge loader with MBC1/2/3/5, core types
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26ad2a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/build/ +*.o +*.gb +*.gbc +*.sav +roms/ +compile_commands.json |
