pokered/.gitignore
Rangi f60ee848e8 Make .gitignore consistent with pokegold and pokecrystal
Closes #209 (pokeyellow will need all pokered's recent changes synced)
2020-07-05 15:17:03 -04:00

42 lines
374 B
Text

# generated
*.tx
*.o
# precompiled python
*.pyc
*$py.class
# no binaries
*.exe
# roms
*.gbc
*.gb
# save game files
*.sgm
*.sav
*.rtc
*.sn*
*.sa*
*.sg1
# rgbds extras
*.map
*.sym
# vim configuration
# http://www.vim.org/scripts/script.php?script_id=441
.lvimrc
# swap files for vim and gedit
.*.swp
*~
# macos files
.DS_STORE
# compiled graphics
*.1bpp
*.2bpp
*.pic