add /build to .gitignore

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-03 04:27:27 -03:00
parent 30c1cf4b6a
commit a1e12a304d
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ undefined*
*.n64
*.z64
*.bin
/build

View File

@ -31,8 +31,8 @@ options:
# auto_all_sections: [".data", ".rodata", ".bss"]
symbol_addrs_path: symbol_addrs.txt
undefined_funcs_auto_path: undefined_funcs_auto.txt
undefined_syms_auto_path: undefined_syms_auto.txt
undefined_funcs_auto_path: linker_scripts/us/auto/undefined_funcs_auto.ld
undefined_syms_auto_path: linker_scripts/us/auto/undefined_syms_auto.ld
reloc_addrs_path: reloc_addrs.txt
extensions_path: tools/splat_ext