65816-llvm-mos/.gitignore
Scott Duensing 9e53e5fd38 GNO Support
2026-05-29 15:43:28 -05:00

25 lines
408 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
*~
stuff/
ROM Source Code.zip