Commit ff335d8
fix(.gitignore): unblock bin/*.ml and bin/dune from gitignore
/bin/ was silently making `git add bin/main.ml` require -f even though
bin/main.ml is tracked source. Add negation patterns so OCaml sources
and the dune file inside bin/ are always addable without -f.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 37faf03 commit ff335d8
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments