diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-19 12:51:26 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-19 12:51:26 +0200 |
commit | 4dc8b3c4019549378bbf59a85b54a7eef9f55855 (patch) | |
tree | d6f7cc9e6a9abed32d920934421a5da5b06c10c2 /.gitignore |
init: Oh no. This one is real.
add README and COPYING license files
instantiate all dune stanzas
setup dune with guix shell and direnv, using merlin for project setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a18e084 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa + +# ocamlbuild working directory +_build/ + +# ocamlbuild targets +*.byte +*.native + +# oasis generated files +setup.data +setup.log + +# Merlin configuring file for Vim and Emacs +.merlin + +# Dune generated files +*.install + +# Local OPAM switch +_opam/ |