2021-06-18 08:29:26 -04:00
|
|
|
# Object files
|
|
|
|
*.nds
|
|
|
|
|
|
|
|
# Compilers
|
|
|
|
tools/mwccarm/**
|
|
|
|
|
|
|
|
# SDK
|
|
|
|
tools/bin/**
|
|
|
|
|
|
|
|
# Build folder
|
|
|
|
build/**
|
2021-06-19 15:44:43 -04:00
|
|
|
sub/build/**
|
2021-06-18 08:29:26 -04:00
|
|
|
|
|
|
|
# CLion folders
|
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|
|
|
|
|
|
|
|
# ROM
|
|
|
|
*.srl
|
|
|
|
|
|
|
|
# Tool executables
|
|
|
|
*.exe
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
*.4bpp
|
|
|
|
*.lz
|
|
|
|
*.gbapal
|
|
|
|
|
|
|
|
# For asmdiff
|
2021-06-19 15:44:43 -04:00
|
|
|
*/baserom.*
|
2021-06-18 08:29:26 -04:00
|
|
|
*.dump
|
|
|
|
|
|
|
|
*.lcf.template
|
2021-06-19 15:44:43 -04:00
|
|
|
*.lcf
|
2021-06-18 08:29:26 -04:00
|
|
|
|
|
|
|
# Working files
|
2021-06-19 15:44:43 -04:00
|
|
|
overlays/*/module_*.s
|
|
|
|
overlays/*/module_*.sbin
|
|
|
|
overlays/*/module_*.cfg
|
2021-06-18 08:29:26 -04:00
|
|
|
|
2021-06-21 18:42:03 -04:00
|
|
|
*.sbin
|
|
|
|
*.bnr
|
|
|
|
*.nbfp
|
|
|
|
*.nbfc
|
|
|
|
|
2021-06-18 08:29:26 -04:00
|
|
|
# Dism scripts
|
|
|
|
dism.sh
|
|
|
|
asmdiff.sh
|
|
|
|
|
|
|
|
# Symbols CSV
|
|
|
|
symbols.csv
|
|
|
|
|
|
|
|
# NARCs
|
|
|
|
*.narc
|
|
|
|
*.arc
|
|
|
|
files/**/*.c
|
|
|
|
*.o
|
|
|
|
*.naix
|
2021-08-02 21:14:08 -04:00
|
|
|
*.a
|
2021-08-09 10:20:10 -04:00
|
|
|
|
|
|
|
# Utilities
|
|
|
|
ntruncompbw
|
2021-08-11 18:54:52 -04:00
|
|
|
*.elf
|
|
|
|
cmake-build-*
|
|
|
|
*.sbin_LZ
|
|
|
|
*.diff
|
2021-09-17 16:06:09 -04:00
|
|
|
|
|
|
|
*.dSYM
|
2021-11-05 10:18:01 -07:00
|
|
|
|
|
|
|
# MacOS garbage
|
2021-11-05 11:25:59 -07:00
|
|
|
.DS_Store
|