Commit f9a4711e authored by Carl Suster's avatar Carl Suster

Merge pull request #1226 from dmbaturin/master

Add ocamlbuild and oasis generated files to OCaml .gitignore
parents 4d3f69ab 044d46a0
......@@ -7,3 +7,14 @@
*.cmx
*.cmxs
*.cmxa
# ocamlbuild working directory
_build/
# ocamlbuild targets
*.byte
*.native
# oasis generated files
setup.data
setup.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment