# Un-ignore: the top-level p2t/.gitignore ignores `build/` (for Node/TS),
# but our per-family sub-project NEEDS its build/ tracked for the .sgr +
# makeall. Re-ignore generated artifacts below.
!build/

# Built binary and lib (regenerated by build/makeall)
bin/ccsf12
lib/lib*.a

# cppcc-generated parser sources/headers + the Python/JS/Rust KeyWords modules
# (build/makeall regenerates them from build/F12_ApplicationBootstrap.sgr and copies
# to incloc/ + srcloc/)
build/F12*.cc
build/F12*.h
build/F12*.py
build/F12*.mjs
build/F12*.rs
build/F12_ApplicationBootstrap.sgr.fgr
build/F12_ApplicationBootstrap.sgr.bfgr
build/F12_ApplicationBootstrap.sgr.lis
build/F12_ApplicationBootstrap.sgr.log
build/F12_ApplicationBootstrap.sgr.urt
build/F12_ApplicationBootstrap.sgr.ubrt
incloc/F12*.h
srcloc/F12*.cc
srcloc/F12*.py
srcloc/F12*.mjs
srcloc/F12*.rs

# Object files
**/*.o

# Run dir is for ad-hoc inputs and ccsf12 outputs (.fgr/.urt/.lis/.log).
# Committed exceptions: the canonical fixture(s).
run/*
!run/.gitkeep
!run/F12_realworld_bootstrap.dsl
