diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-27 20:01:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-27 20:03:48 -0400 |
commit | b523001b5fb7c6a61b33daac026974b95539e7bf (patch) | |
tree | 9f610af6b672d81967a2ad08ce1311e114aeb4fb | |
parent | json parsing for the core API endpoints (diff) |
gitignore
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..876c6b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Based on https://github.com/github/gitignore/blob/master/OCaml.gitignore +# at commit 6d467f5ebe94f260e5043767f88216d13bafca62 . It is distributed +# under the CC0 1.0 Universal license: +# https://creativecommons.org/publicdomain/zero/1.0/legalcode + +*.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 +*.opam + +# Local OPAM switch +_opam/ |