shithub: pokered

Download patch

ref: 1dd87231f7a556c3abec4d2c79cd2a5db4a0fb61
parent: 07a7739f3ecc7bd3670fe17b717fad49783db3f4
author: yenatch <yenatch@gmail.com>
date: Fri Dec 6 14:37:01 EST 2013

map/symfiles in .gitignore

--- a/.gitignore
+++ b/.gitignore
@@ -9,7 +9,12 @@
 
 # roms
 *.gbc
+*.gb
 
+# rgbds extras
+*.map
+*.sym
+
 # generated
 *.tx
 
@@ -20,13 +25,9 @@
 *.json
 
 # for any of the poor souls with save game files in their working directory
-baserom.sgm
-baserom.sav
-pokered.sgm
-pokered.sav
-
-baserom.sys
-pokered.sys
+*.sgm
+*.sav
+*.sys
 
 # for vim configuration
 # url: http://www.vim.org/scripts/script.php?script_id=441