diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-20 20:43:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-20 20:43:40 -0500 |
commit | d141011e7fcc564625118e69649f965384cb5be7 (patch) | |
tree | dbd31192976088437d77473c3444bb8981369e94 /.gitignore | |
parent | 7f5addc626584ab24c8da1760d64ef3b8e5c24b7 (diff) |
Track tools
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7a8836759..3e38a227e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ sound/**/*.bin src/*.s tools/agbcc +tools/binutils ld_script_ruby.txt ld_script_sapphire.txt *.map @@ -39,4 +40,3 @@ build/ .idea/ *.DS_Store *.pl -tools/ |