Closed agarwal closed 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.
tmp/
Thanks.
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.