Skip to content

Commit ff335d8

Browse files
hyperpolymathclaude
andcommitted
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

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ __pycache__/
5252
*.ali
5353
/obj/
5454
/bin/
55+
!bin/*.ml
56+
!bin/dune
5557

5658
# Haskell
5759
/.stack-work/

0 commit comments

Comments
 (0)