Commit ade556f
chore(gitignore): ignore dune-generated
`affinescript.install` (and any sibling `*.install` files for future
opam packages declared in `dune-project`) is regenerated by dune on
every `dune build`. It was showing up as untracked across recent
sessions, one stray `git add .` away from being committed alongside
the regular source changes.
`*.install` is the standard pattern: dune emits one per `(package ...)`
declaration in `dune-project`, and they're consumed only by opam during
install — not durable repo content. Same shape as the previous
`target/` glob fix (#296) — match anywhere, not just the repo root, so
any future nested opam package's `.install` file is covered too.
Verified post-fix: `git check-ignore affinescript.install` returns the
path; `git status` no longer lists it as untracked.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>*.install manifests (#306)1 parent bf3f68f commit ade556f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments