Skip to content

Commit 994f56e

Browse files
committed
use submodule
1 parent 747ecb8 commit 994f56e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@ jscomp/outcome_printer/reason_syntax_util.ml
132132
jscomp/outcome_printer/reason_syntax_util.mli
133133
native/bin
134134
native/lib
135-
native/main
135+
native/main
136+
vendor/ocaml

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ocaml"]
2+
path = ocaml
3+
url = https://github.com/BuckleScript/ocaml

ocaml

Submodule ocaml added at 3bf168b

0 commit comments

Comments
 (0)