Skip to content

Commit 1a36101

Browse files
authored and
committed
_
0 parents  commit 1a36101

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*.annot
2+
*.cmo
3+
*.cma
4+
*.cmi
5+
*.a
6+
*.o
7+
*.cmx
8+
*.cmxs
9+
*.cmxa
10+
11+
# ocamlbuild working directory
12+
_build/
13+
14+
# ocamlbuild targets
15+
*.byte
16+
*.native
17+
18+
# oasis generated files
19+
setup.data
20+
setup.log

0 commit comments

Comments
 (0)