mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
add /build to .gitignore
This commit is contained in:
parent
30c1cf4b6a
commit
a1e12a304d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ undefined*
|
||||
*.n64
|
||||
*.z64
|
||||
*.bin
|
||||
/build
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user