ocaml / oloop

Evaluate code through the OCaml toploop for inclusion in educational material.
ISC License
12 stars 5 forks source link

make build system ignore tmp directory #14

Closed agarwal closed 9 years ago

agarwal commented 9 years ago

I don't use ocamlbuild or oasis. Is there a way to have the tmp/ directory ignored? We ignore it in .gitignore, and I use it to write throwaway code. But if any build files are there, ocamlbuild complains about hygiene violiations.

agarwal commented 9 years ago

Thanks.