gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 351b38ca95fa61170c700fa0153f7efaf19aacf7 parent 29ce43572733a018b1ece75fda7d3cf3be7c5b08 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sat, 5 Apr 2025 01:50:20 -0700 Merge pull request #757 from bbbbbr/git/ignore_makenes_bin_in_tree Add makenes binary in tree to gitignore Diffstat:
| M | .gitignore | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -65,6 +65,7 @@ gbdk-support/png2asset/png2asset gbdk-support/png2asset/testing/out/* gbdk-support/makebin/makebin gbdk-support/makecom/makecom +gbdk-support/makenes/makenes gbdk-support/png2hicolorgb/png2hicolorgb gbdk-support/romusage/romusage @@ -90,4 +91,4 @@ gbdk-lib/doc/ gen/ bin/ obj/ -dist/ - +dist/
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.