pokecrystal/.gitignore

37 lines
412 B
Plaintext
Raw Normal View History

2013-12-28 03:26:10 +00:00
# generated
*.tx
*.o
2013-09-12 00:54:26 +00:00
2013-01-20 05:28:31 +00:00
# precompiled python
2012-03-05 03:31:27 +00:00
*.pyc
2013-08-03 17:17:28 +00:00
*$py.class
2013-01-20 05:28:31 +00:00
# no binaries
2012-03-05 03:31:27 +00:00
*.exe
2013-01-20 05:28:31 +00:00
# roms
2012-03-05 03:31:27 +00:00
*.gbc
2013-01-20 05:31:32 +00:00
*.gb
2012-03-05 03:31:27 +00:00
2013-01-20 05:28:31 +00:00
# for any of the poor souls with save game files in their working directory
*.sgm
*.sav
*.rtc
2013-12-28 03:26:10 +00:00
# rgbds extras
*.map
*.sym
# compare.sh
baserom.txt
pokecrystal.txt
2012-03-05 03:31:27 +00:00
2013-01-20 05:28:31 +00:00
# for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441
2012-03-05 03:31:27 +00:00
.lvimrc
2013-12-28 03:26:10 +00:00
# swap files for vim
.*.swp
# swap files for gedit
*~
2013-05-12 02:45:15 +00:00