diff options
author | yenatch <yenatch@gmail.com> | 2013-10-10 23:45:48 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-20 04:11:17 -0500 |
commit | 34aac15db084e7649bf347b66e85afca95a46e0a (patch) | |
tree | 0cf996018ef84cc9524bfebce9119c7eaf69daa9 | |
parent | 549591ab0ea91937f9cd8f89d603d078416d9fce (diff) |
generated mapfile and symfile in gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a13e6d77c..b8be7448c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ globals.asm *.gbc *.gb +# rgbds extras +*.map +*.sym + # generated *.tx |