2024-10-14 16:58:15 +00:00
|
|
|
# IDE folders
|
|
|
|
.idea/
|
|
|
|
.vs/
|
|
|
|
|
|
|
|
# Caches
|
2021-11-11 14:20:37 +00:00
|
|
|
__pycache__
|
2024-09-24 01:17:42 +00:00
|
|
|
.mypy_cache
|
2024-10-14 16:58:15 +00:00
|
|
|
.cache/
|
|
|
|
|
|
|
|
# Original files
|
2024-09-24 01:17:42 +00:00
|
|
|
orig/*/*
|
|
|
|
!orig/*/.gitkeep
|
2024-10-14 16:58:15 +00:00
|
|
|
*.dol
|
|
|
|
*.rel
|
2022-08-14 04:08:49 +00:00
|
|
|
*.elf
|
2020-02-08 06:47:55 +00:00
|
|
|
*.o
|
2024-10-14 16:58:15 +00:00
|
|
|
*.map
|
|
|
|
*.MAP
|
|
|
|
|
|
|
|
# Build files
|
|
|
|
build/
|
|
|
|
.ninja_*
|
2022-08-14 04:08:49 +00:00
|
|
|
build.ninja
|
2022-08-14 07:51:14 +00:00
|
|
|
deps.zip
|
2022-08-25 05:51:53 +00:00
|
|
|
Compilers.zip
|
|
|
|
Compilers/*
|
|
|
|
*.ninja
|
2022-10-06 21:10:44 +00:00
|
|
|
*.ninja_log
|
2023-08-27 01:46:14 +00:00
|
|
|
doxygen/*
|
2024-01-15 20:57:14 +00:00
|
|
|
scripts/*
|
2024-10-26 17:48:12 +00:00
|
|
|
.cache/*
|
|
|
|
compile_commands.json
|
2024-10-26 17:48:33 +00:00
|
|
|
objdiff.json
|
2024-10-14 16:58:15 +00:00
|
|
|
|
|
|
|
# decompctx output
|
|
|
|
ctx.*
|
|
|
|
*.ctx
|
|
|
|
|
|
|
|
# Generated configs
|
|
|
|
objdiff.json
|
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# Miscellaneous
|
2024-09-24 01:17:42 +00:00
|
|
|
/*.txt
|
2024-10-14 16:58:15 +00:00
|
|
|
*.exe
|