.gitignore: don't track compare.sh output

This commit is contained in:
yenatch 2013-12-27 22:22:38 -05:00
parent 4612670768
commit e2b900a40a

13
.gitignore vendored
View File

@ -34,12 +34,13 @@ globals.asm
extras/*.json extras/*.json
# for any of the poor souls with save game files in their working directory # for any of the poor souls with save game files in their working directory
baserom.sgm *.sgm
baserom.sav *.sav
baserom.rtc *.rtc
pokecrystal.sgm
pokecrystal.sav # compare.sh
pokecrystal.rtc baserom.txt
pokecrystal.txt
# for vim configuration # for vim configuration
# url: http://www.vim.org/scripts/script.php?script_id=441 # url: http://www.vim.org/scripts/script.php?script_id=441