mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-04 11:13:34 +00:00
67 lines
577 B
Plaintext
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
|