diff options
author | yenatch <yenatch@gmail.com> | 2013-12-27 22:22:38 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-27 22:22:38 -0500 |
commit | e2b900a40a3a8e6a1811de34b0ae6a90a5d461e4 (patch) | |
tree | 5304c098cdc00e646c0194b15eba812d940b1a38 | |
parent | 4612670768476db26cd87ed69e43bd0ba0728a6f (diff) |
.gitignore: don't track compare.sh output
-rw-r--r-- | .gitignore | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b8be7448c..9f72c4f55 100644 --- a/.gitignore +++ b/.gitignore @@ -34,12 +34,13 @@ globals.asm extras/*.json # for any of the poor souls with save game files in their working directory -baserom.sgm -baserom.sav -baserom.rtc -pokecrystal.sgm -pokecrystal.sav -pokecrystal.rtc +*.sgm +*.sav +*.rtc + +# compare.sh +baserom.txt +pokecrystal.txt # for vim configuration # url: http://www.vim.org/scripts/script.php?script_id=441 |