From e2b900a40a3a8e6a1811de34b0ae6a90a5d461e4 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 27 Dec 2013 22:22:38 -0500 Subject: [PATCH] .gitignore: don't track compare.sh output --- .gitignore | 13 +++++++------ 1 file 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