diff --git a/.gitignore b/.gitignore index b6566f85..497d3e61 100644 --- a/.gitignore +++ b/.gitignore @@ -6,73 +6,27 @@ tools/mwccarm/** # SDK tools/bin/** +*.lcf.template +*.response.template # Build folder build/** sub/build/** -# CLion folders -.idea/ - -# Tool executables -*.exe - -# Generated files -*.4bpp -*.gbapal - -# For asmdiff -*/baserom.* -*.dump - -# For decomp.me -ctx.c - -*.lcf.template -*.lcf -*.response.template -*.response - -# Working files -overlays/*/module_*.s -overlays/*/module_*.sbin -overlays/*/module_*.cfg - -*.sbin -*.bnr +# Icon build files *.nbfp *.nbfc -# Dism scripts -dism.sh -asmdiff.sh +# IDE folders +.idea/ +.vscode/ -# Symbols CSV -symbols.csv - -# NARCs -*.narc -*.arc -files/**/*.c -*.o -*.naix +# Tool builds/executables +*.exe *.a - -# Utilities -ntruncompbw -*.elf -*.diff - -*.dSYM +*.d +*.o +*.sbin # MacOS garbage .DS_Store - -# Depfiles -*.d - -diff.txt - -.vscode/ -incbin/ -output.txt