pokered-rematch/.gitignore

36 lines
408 B
Plaintext
Raw Permalink Normal View History

2012-08-27 00:43:35 +00:00
# precompiled python
*.pyc
# compiled object file
*.o
# no binaries
*.exe
# roms
*.gbc
2013-12-07 00:37:01 +00:00
*.gb
# rgbds extras
*.sym
2012-08-27 00:43:35 +00:00
# converted image data
*.2bpp
*.1bpp
*.pic
2012-08-27 00:43:35 +00:00
# swap files for vim
.*.swp
# no data from extras/
2013-09-16 16:57:41 +00:00
*.json
2012-08-27 00:43:35 +00:00
# for any of the poor souls with save game files in their working directory
2013-12-07 00:37:01 +00:00
*.sgm
*.sav
*.sys
2012-12-21 18:49:56 +00:00
2012-08-27 00:43:35 +00:00
# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441
.lvimrc