Files
salh aa40992ec2 chore: resolve merge conflicts, clean up workspace, update README
- Resolve merge conflicts in CMakeLists.txt, .gitignore, and all src/ files,
  keeping the HEAD (native renderer) versions throughout
- Remove stale SDK alternate-tree ref (rexglue-sdk~6e0ca2f) from index
- Drop scratch files: 'New Text Document.txt', *.bak
- Rewrite README with full setup instructions, prereqs table, build
  preset table, run command, project layout overview, and Linux section
2026-04-17 20:35:41 +03:00

42 lines
490 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
tmp_*.py
build_*.txt
*.log
New Text Document.txt