65816-llvm-mos/.gitignore
Scott Duensing 465f8ba947 Checkpoint
2026-05-05 22:00:34 -05:00

18 lines
303 B
Text

# Ephemeral: regenerable via setup.sh
tools/
.cache/
# Claude Code tool state
.claude/
# Runtime build artifacts: regenerable via runtime/build.sh from
# runtime/src/*.s. The source files (.s, build.sh) are tracked.
runtime/*.o
runtime/*.o.bak
runtime/*.o.tmp
# Editor / OS
*.swp
*.swo
.DS_Store
*~