pokeheartgold/.gitignore
2021-08-11 18:54:52 -04:00

67 lines
577 B
Plaintext

# Object files
*.nds
# Compilers
tools/mwccarm/**
# SDK
tools/bin/**
# Build folder
build/**
sub/build/**
# CLion folders
.idea/
cmake-build-debug/
# ROM
*.srl
# Tool executables
*.exe
# Generated files
*.4bpp
*.lz
*.gbapal
# For asmdiff
*/baserom.*
*.dump
*.lcf.template
*.lcf
# Working files
overlays/*/module_*.s
overlays/*/module_*.sbin
overlays/*/module_*.cfg
*.sbin
*.bnr
*.nbfp
*.nbfc
# Dism scripts
dism.sh
asmdiff.sh
# Symbols CSV
symbols.csv
# NARCs
*.narc
*.arc
files/**/*.c
*.o
*.naix
*.a
# Utilities
ntruncompbw
*.elf
cmake-build-*
*.sbin_LZ
*.diff