gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 97fe5268258f74776eed513fb640159a8460f8bd parent 77140cb74b46ce38740d47b55bebba9991b2d4bf Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:55:41 +0300 Merge pull request #138 from bbbbbr/develop_gitignore gitignore: exclude compiled support binaries and remove compiled png2mtspr Diffstat:
| M | .gitignore | 5 | +++++ |
| D | gbdk-support/png2mtspr/png2mtspr | 0 |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -56,6 +56,11 @@ build/ *.db *.suo gbdk-support/Debug/ +gbdk-support/bankpack/bankpack +gbdk-support/gbcompress/gbcompress +gbdk-support/ihxcheck/ihxcheck +gbdk-support/lcc/lcc +gbdk-support/png2mtspr/png2mtspr as/bin link/bin maccer diff --git a/gbdk-support/png2mtspr/png2mtspr b/gbdk-support/png2mtspr/png2mtspr Binary files differ.
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.