Skip to content

Commit 044d46a

Browse files
committed
Add ocamlbuild and oasis generated files to OCaml .gitignore
1 parent 7acb3d6 commit 044d46a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

OCaml.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@
77
*.cmx
88
*.cmxs
99
*.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)