pokediamond/.gitignore
2020-05-05 17:14:33 +01:00

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