summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-27 22:22:38 -0500
committeryenatch <yenatch@gmail.com>2013-12-27 22:22:38 -0500
commite2b900a40a3a8e6a1811de34b0ae6a90a5d461e4 (patch)
tree5304c098cdc00e646c0194b15eba812d940b1a38
parent4612670768476db26cd87ed69e43bd0ba0728a6f (diff)
.gitignore: don't track compare.sh output
-rw-r--r--.gitignore13
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