kirbydreamland/.gitignore
2019-05-18 15:08:02 -05:00

36 lines
407 B
Plaintext
Executable File

# precompiled python
*.pyc
# compiled object file
*.o
# no binaries
*.exe
# roms
*.gbc
*.gb
# rgbds extras
*.sym
*.map
# 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