mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
.gitignore: don't track compare.sh output
This commit is contained in:
parent
4612670768
commit
e2b900a40a
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user