diff --git a/gitignore_generator/templates/languages/ocaml.gitignore b/gitignore_generator/templates/languages/ocaml.gitignore new file mode 100644 index 0000000..3ae2de9 --- /dev/null +++ b/gitignore_generator/templates/languages/ocaml.gitignore @@ -0,0 +1,32 @@ +# OCaml +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.objs +*.byte +*.top +*.cmt +*.cmti + +# Dune +_build/ +*.opam + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~