summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-06 19:37:01 -0500
committeryenatch <yenatch@gmail.com>2013-12-06 19:37:48 -0500
commit1dd87231f7a556c3abec4d2c79cd2a5db4a0fb61 (patch)
tree0b00fc13dada4a76a2d09a2a66d5ca9021928f63
parent07a7739f3ecc7bd3670fe17b717fad49783db3f4 (diff)
map/symfiles in .gitignore
-rw-r--r--.gitignore15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index aaab40fa..4c5eaeb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,11 @@
# 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