mirror of
https://github.com/sal063/AC6_recomp
synced 2026-05-23 06:54:32 -04:00
aa40992ec2
- 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
42 lines
490 B
Plaintext
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
|