pokecrystal-board/.gitignore

58 lines
614 B
Plaintext
Raw Normal View History

2013-12-27 22:26:10 -05:00
# generated
*.tx
*.o
2013-09-11 20:54:26 -04:00
2013-01-19 23:28:31 -06:00
# precompiled python
2012-03-04 21:31:27 -06:00
*.pyc
2013-08-03 12:17:28 -05:00
*$py.class
2013-01-19 23:28:31 -06:00
# no binaries
2012-03-04 21:31:27 -06:00
*.exe
2013-01-19 23:28:31 -06:00
# roms
2012-03-04 21:31:27 -06:00
*.gbc
2013-01-19 23:31:32 -06:00
*.gb
2012-03-04 21:31:27 -06:00
# save game files
*.sgm
*.sav
*.rtc
2018-09-19 21:49:10 -04:00
*.sn*
2018-10-11 11:33:28 +02:00
*.sa*
*.sg1
2013-12-27 22:26:10 -05:00
# rgbds extras
*.map
*.sym
# compare.sh
baserom.txt
pokecrystal.txt
2012-03-04 21:31:27 -06:00
# used_space.py
used_space.png
# vim configuration
# http://www.vim.org/scripts/script.php?script_id=441
2012-03-04 21:31:27 -06:00
.lvimrc
# swap files for vim and gedit
2013-12-27 22:26:10 -05:00
.*.swp
*~
# macos files
2019-11-07 22:43:42 +01:00
.DS_STORE
2013-05-11 21:45:15 -05:00
# compiled graphics
2017-06-24 16:31:23 -04:00
*.1bpp
*.2bpp
2017-05-28 14:09:12 -04:00
*.lz
*.gbcpal
*.dimensions
2017-05-28 23:37:45 -04:00
*.animated.tilemap
*.sgb.tilemap
2017-12-26 12:55:02 -05:00
gfx/pokemon/*/bitmask.asm
gfx/pokemon/*/frames.asm
!gfx/pokemon/unown/bitmask.asm
2018-10-11 11:33:28 +02:00
!gfx/pokemon/unown/frames.asm