pokered/.gitignore
yenatch b8a4f91b84 Add *.1bpp, *.2bpp, *.pic to .gitignore.
These are now generated by the build.
2014-04-05 16:48:03 -04:00

39 lines
432 B
Text

# precompiled python
*.pyc
# compiled object file
*.o
# no binaries
*.exe
# roms
*.gbc
*.gb
# rgbds extras
*.map
*.sym
# generated
*.tx
# converted image data
*.2bpp
*.1bpp
*.pic
# swap files for vim
.*.swp
# no data from extras/
*.json
# 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