GodMode9/.gitignore
Wolfvak 50270a820c
Split up the ARM9 code and data sections (#883)
* 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
2025-03-15 14:25:23 +01:00

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