mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 06:34:15 -04:00
e8a29f65b5
This reverts commit e10e1f74d5.
56 lines
445 B
Plaintext
56 lines
445 B
Plaintext
# IDE folders
|
|
.idea/
|
|
.vs/
|
|
|
|
# Caches
|
|
__pycache__
|
|
.mypy_cache
|
|
.cache/
|
|
|
|
# Original files
|
|
orig/*/*
|
|
!orig/*/.gitkeep
|
|
*.dol
|
|
*.rel
|
|
*.elf
|
|
*.o
|
|
*.map
|
|
*.MAP
|
|
|
|
# Save files
|
|
*.raw
|
|
*.gci
|
|
|
|
# Build files
|
|
build/
|
|
.ninja_*
|
|
build.ninja
|
|
|
|
# decompctx output
|
|
ctx.*
|
|
*.ctx
|
|
|
|
# Generated configs
|
|
objdiff.json
|
|
compile_commands.json
|
|
|
|
# Miscellaneous
|
|
*.exe
|
|
*.zip
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# direnv / nix
|
|
.direnv/
|
|
.envrc
|
|
|
|
# ISOs
|
|
*.iso
|
|
|
|
*.ini
|
|
*.controller
|
|
pipeline_cache.bin
|
|
|
|
extract
|