mirror of
https://github.com/pret/pokediamond.git
synced 2024-11-27 00:00:24 +00:00
43 lines
414 B
Plaintext
43 lines
414 B
Plaintext
# Object files
|
|
*.nds
|
|
|
|
# Compilers
|
|
tools/mwccarm/**
|
|
|
|
# SDK
|
|
tools/bin/**
|
|
|
|
# Build folder
|
|
build/**
|
|
arm*/build/**
|
|
|
|
# CLion folders
|
|
.idea/
|
|
cmake-build-debug/
|
|
|
|
# ROM
|
|
*.srl
|
|
|
|
# Tool executables
|
|
*.exe
|
|
|
|
# Generated files
|
|
*.4bpp
|
|
*.lz
|
|
*.gbapal
|
|
|
|
# For asmdiff
|
|
arm*/baserom.*
|
|
*.dump
|
|
|
|
*.lcf.template
|
|
|
|
# Working files
|
|
arm9/modules/module_*.s
|
|
arm9/modules/module_*.sbin
|
|
arm9/modules/module_*.cfg
|
|
|
|
# Dism scripts
|
|
dism.sh
|
|
asmdiff.sh
|