Skip to content

Commit f4cc66a

Browse files
hyperpolymathclaude
andcommitted
chore: untrack ReScript compiler artifacts (.cmt/.cmti/.cmi)
These are generated by the ReScript/OCaml compiler and should not be version-controlled. Added to .gitignore and removed from tracking. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 207e56c commit f4cc66a

13 files changed

Lines changed: 5 additions & 0 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,8 @@ htmlcov/
8383
/tmp/
8484
*.tmp
8585
*.bak
86+
87+
# ReScript/OCaml compiler artifacts
88+
*.cmt
89+
*.cmti
90+
*.cmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)