mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-25 21:22:47 +00:00
* Split up the ARM9 code (.text, .vectors) and data (.rodata, .data, .bss) sections into their own ELFs. This allows us to use more ARM9 WRAM while leaving the 128k BootROM mirror intact. * use the makefile definition * Also dump section headers on .dis file
58 lines
506 B
Plaintext
58 lines
506 B
Plaintext
# Object files
|
|
*.d
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
*.map
|
|
*.dis
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
|
|
# OS leftovers
|
|
desktop.ini
|
|
|
|
# Sublime files
|
|
*.sublime-*
|
|
|
|
# Visual Studio Code files
|
|
.vscode
|
|
|
|
# Build directories
|
|
/build
|
|
/output
|
|
/release
|
|
|
|
# Build leftovers
|
|
/data/README_internal.md
|
|
|
|
# User additions
|
|
/zzz_backup
|
|
/arm9/source/language.inl
|
|
*.trf
|