mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00
31 lines
237 B
Plaintext
31 lines
237 B
Plaintext
# compiled objects
|
|
*.o
|
|
|
|
# compiled graphics
|
|
*.1bpp
|
|
*.2bpp
|
|
*.pic
|
|
|
|
# compiled roms
|
|
*.gbc
|
|
*.gb
|
|
|
|
# rgbds extras
|
|
*.map
|
|
*.sym
|
|
|
|
# tool binaries
|
|
*.exe
|
|
|
|
# precompiled python
|
|
*.pyc
|
|
*$py.class
|
|
|
|
# save game files
|
|
*.sgm
|
|
*.sav
|
|
*.rtc
|
|
*.sn*
|
|
*.sa*
|
|
*.sg1
|