/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
OCaml.gitignore
36 строк
545 B
Idir Lankri
OCaml.gitignore: Ignore binary files containing info about compilation
07 апр 2022, 17:38
Не верифицирован
07 апр 2022, 17:38
7b2ef3f
Код
Авторство
О чём код?
*.annot *.cmo *.cma *.cmi *.a *.o *.cmx *.cmxs *.cmxa # Files containing detailed information about the compilation (generated # by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`). # These files are typically useful for code inspection tools # (e.g. Merlin). *.cmt *.cmti # ocamlbuild and Dune default 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/