mirror of
https://github.com/pret/pokepinball.git
synced 2025-02-21 13:43:10 +00:00
35 lines
401 B
Plaintext
Executable File
35 lines
401 B
Plaintext
Executable File
# precompiled python
|
|
*.pyc
|
|
|
|
# compiled object file
|
|
*.o
|
|
|
|
# no binaries
|
|
*.exe
|
|
|
|
# roms
|
|
*.gbc
|
|
*.gb
|
|
|
|
# rgbds extras
|
|
*.sym
|
|
|
|
# swap files for vim
|
|
.*.swp
|
|
|
|
# for any of the poor souls with save game files in their working directory
|
|
*.sgm
|
|
*.sav
|
|
*.sys
|
|
|
|
# for vim configuration
|
|
# url: http://www.vim.org/scripts/script.php?script_id=441
|
|
.lvimrc
|
|
|
|
# converted image data
|
|
*.1bpp
|
|
*.2bpp
|
|
|
|
# converted audio data
|
|
*.pcm
|