65816-llvm-mos/.gitignore
2026-05-25 21:00:32 -05:00

22 lines
380 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
# Per-test build outputs.
tests/coremark/build/
tests/coremark/coreMark.bin
# Editor / OS
*.swp
*.swo
.DS_Store
*~