Files
five/.gitignore
CharlesKWON 11b41eda30 chore(gitignore): exclude repo-root test scratch + DDL-bug macro filenames
Two sources of cruft kept showing up in `git status` after running
FiveSql2 tests from the repo directory:

  1. Scratch tables from standalone bench PRGs (t.dbf, b.dbf, s.dbf,
     p.dbf). Anchored to root only so tracked fixtures in subdirs
     (area_a.dbf, customers.dbf, idxadv.dbf, ...) stay unaffected.

  2. Literal filenames like `Lower(cTable) + "_pk.ntx".ntx` — this
     is a FiveSql2 DDL bug where a macro-substituted index filename
     fails to evaluate and ends up as the actual filename. Ignoring
     the `Lower*.ntx`/`Lower*.cdx` pattern keeps the garbage out of
     commits. The underlying DDL bug needs a separate fix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 10:12:11 +09:00

755 B