Skip to content

Commit dc6a329

Browse files
committed
Add more complete OCaml .gitignore
1 parent eb2969f commit dc6a329

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1+
*.annot
2+
*.cmo
3+
*.cma
4+
*.cmi
5+
*.a
6+
*.o
7+
*.cmx
8+
*.cmxs
9+
*.cmxa
10+
11+
# ocamlbuild working directory
112
_build/
13+
14+
# ocamlbuild targets
15+
*.byte
16+
*.native
17+
18+
# oasis generated files
19+
setup.data
20+
setup.log
21+
22+
# Merlin configuring file for Vim and Emacs
23+
.merlin
24+
25+
# Dune generated files
26+
*.install
27+
28+
# Local OPAM switch
29+
_opam/
30+
31+
32+
# VSCode
233
.vscode/

0 commit comments

Comments
 (0)