mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
* Automate language.inl file * Move version number to JSON file Better than being a magic number somewhere in the code, source code gets it from source.json * Automate creation of .trf translation files
54 lines
464 B
Plaintext
54 lines
464 B
Plaintext
# Object files
|
|
*.d
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
*.map
|
|
|
|
# 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-*
|
|
|
|
# Build directories
|
|
/build
|
|
/output
|
|
/release
|
|
|
|
# Build leftovers
|
|
/data/README_internal.md
|
|
|
|
# User additions
|
|
/zzz_backup
|
|
/arm9/source/language.inl
|
|
*.trf
|