Files
AC6_recomp/.gitignore
T
Dipshet a353f9d7aa Write a crash report naming the guest instruction when the game dies
Any fatal event now writes one self-contained crash-<timestamp>.txt -
guest call stack, registers, a guest-versus-host verdict on the faulting
address, modules and the log tail naming rex_sub_* frames with no symbols.
2026-08-09 01:02:33 +02:00

52 lines
631 B
Plaintext

# Build output
out/
bin/
# Generated recomp code
generated/
# Game assets (user-supplied)
assets/
*.xex
*.iso
*.god
*.zar
*.pkg
*.bin
# VS local settings
.vs/
.vscode/
# Copilot and debugging workflow
.github/instructions/
# CMake user presets (machine-local)
CMakeUserPresets.json
# Local git worktrees
.worktrees/
# Local notes, backups, and scratch work
.claude/
backup/
OLD_XENON_BUILD/
rexglue_sdk_new/
autoresearch/
*.bak
*.tmp
*.md
tmp_*.py
build_*.txt
*.log
New Text Document.txt
# Local executables and configs
ac6recomp.exe
ac6recomp.toml
extract-xiso.exe
# Python bytecode cache (tools/*.py)
__pycache__/
*.pyc