Minimal Game Boy Hello World using GBDK-2020 and PyBoy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
287 B

# GBDK build artifacts
*.o
*.lst
*.map
*.sym
*.cdb
*.ihx
*.noi
*.asm
# Compiled ROM (usually ignored in version control)
*.gb
# Emulator save states and battery RAM
*.sav
*.sn1
*.rtc
# Python cache (if using PyBoy scripts)
__pycache__/
*.pyc
# OS generated files
.DS_Store
Thumbs.db