Skip to content

Commit

Permalink
Merge pull request github#1226 from dmbaturin/master
Browse files Browse the repository at this point in the history
Add ocamlbuild and oasis generated files to OCaml .gitignore
  • Loading branch information
arcresu committed Jan 7, 2015
2 parents 4d3f69a + 044d46a commit f9a4711
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions OCaml.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 f9a4711

Please sign in to comment.