diff options
author | yenatch <yenatch@gmail.com> | 2017-05-21 09:51:15 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-21 09:51:15 -0400 |
commit | caec97cb4450c48d6c00498667d3aa1848ce1650 (patch) | |
tree | 8c21f027dce6dd35dc7bf2583aaf43d5981825b6 | |
parent | 1c49064780f87a874c8f516ef20be61b17bafef0 (diff) |
Add agbcc back to .gitignore.
Fixes a804adbf16a8d59477e19b3204c1f1ae6175f59f
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 13752b437..78af8c737 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.bat sound/**/*.bin src/*.s +tools/agbcc ld_script_ruby.txt ld_script_sapphire.txt *.map |