Skip to content

Commit bafc7fc

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 2089733 commit bafc7fc

File tree

9 files changed

+5
-0
lines changed

9 files changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,8 @@ htmlcov/
8080

8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
83+
84+
# ReScript/OCaml compiler artifacts
85+
*.cmt
86+
*.cmti
87+
*.cmi

lib/ocaml/BrowserAPI.cmi

-8.71 KB
Binary file not shown.

lib/ocaml/BrowserAPI.cmt

-37.7 KB
Binary file not shown.

lib/ocaml/DatabaseUpdater.cmi

-5.43 KB
Binary file not shown.

lib/ocaml/DatabaseUpdater.cmt

-99.3 KB
Binary file not shown.

lib/ocaml/DevTools.cmi

-4.13 KB
Binary file not shown.

lib/ocaml/DevTools.cmt

-39.2 KB
Binary file not shown.

lib/ocaml/Types.cmi

-9.26 KB
Binary file not shown.

lib/ocaml/Types.cmt

-29.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)