Skip to content

Commit 78ffcbd

Browse files
author
Hongbo Zhang
committedJan 6, 2016
initial export
0 parents  commit 78ffcbd

File tree

949 files changed

+259744
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

949 files changed

+259744
-0
lines changed
 

‎.gitignore

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
*~
2+
_build
3+
*.compile
4+
*.native
5+
*.byte
6+
*.cmo
7+
*.annot
8+
*.cmi
9+
*.cmx
10+
jslambda
11+
12+
exports.js
13+
*.lambda
14+
*.rawlambda
15+
node_modules
16+
*.o
17+
*.lam
18+
err.log
19+
.idea
20+
ocaml_pack
21+
*.0.js
22+
*~
23+
stdlib/c.js
24+
*.map
25+
*.zip
26+
*.gz
27+
*#
28+
qcc/
29+
.#*
30+
# jscomp/stdlib/external/*.js
31+
oxml
32+
*.cmj
33+
ocamlscript
34+
*.rawlambda
35+
*.lambda
36+
ocaml/*.js
37+
ocaml/*/*/*.js
38+
ocaml/*.js
39+
40+
jscomp/stdlib/.depend
41+
jscomp/test_cases/.depend
42+
test.sh
43+
test.json
44+
ocaml/bin
45+
ocaml/lib
46+
ocaml/man
47+
*~
48+
*.annot
49+
*.mj
50+
jscomp/bench/*.js
51+
*.bak
52+
.vscode

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ocaml"]
2+
path = ocaml
3+
url = ./ocaml

0 commit comments

Comments
 (0)