ac-decomp/.gitignore
2024-10-30 17:51:44 -04:00

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/