Skip to content
Browse files

Add ocamlbuild and oasis generated files to OCaml .gitignore

  • Loading branch information...
1 parent 7acb3d6 commit 044d46a0c487cb041bfcd91938a95448b56e15e5 @dmbaturin dmbaturin committed
Showing with 11 additions and 0 deletions.
  1. +11 −0 OCaml.gitignore
View
11 OCaml.gitignore
@@ -7,3 +7,14 @@
*.cmx
*.cmxs
*.cmxa
+
+# ocamlbuild working directory
+_build/
+
+# ocamlbuild targets
+*.byte
+*.native
+
+# oasis generated files
+setup.data
+setup.log

0 comments on commit 044d46a

Please sign in to comment.
Something went wrong with that request. Please try again.