mirror of
https://github.com/Prakxo/ac-decomp.git
synced 2024-11-23 06:10:07 +00:00
45 lines
460 B
Plaintext
45 lines
460 B
Plaintext
# IDE folders
|
|
.idea/
|
|
.vs/
|
|
.vscode/*
|
|
|
|
# Caches
|
|
__pycache__
|
|
.mypy_cache
|
|
.cache/
|
|
|
|
# Original files
|
|
orig/*/*
|
|
!orig/*/.gitkeep
|
|
*.dol
|
|
*.rel
|
|
*.elf
|
|
*.o
|
|
*.map
|
|
*.MAP
|
|
|
|
# Build files
|
|
build/
|
|
.ninja_*
|
|
build.ninja
|
|
|
|
# decompctx output
|
|
ctx.*
|
|
*.ctx
|
|
|
|
# Generated configs
|
|
objdiff.json
|
|
compile_commands.json
|
|
|
|
# Miscellaneous
|
|
/*.txt
|
|
!requirements.txt
|
|
*.exe
|
|
|
|
# For saving work files into (like IDB)
|
|
temp/
|
|
|
|
# Ignore the N64 SDK headers since we download them
|
|
include/PR/
|
|
include/gcc/
|