From 1dd87231f7a556c3abec4d2c79cd2a5db4a0fb61 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 6 Dec 2013 19:37:01 -0500 Subject: map/symfiles in .gitignore --- .gitignore | 15 ++++++++------- 1 file 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 -- cgit v1.2.3