[OCaml] High Intensity Training Online
build ignore the _build-agent build directory
Agent-driven builds use a separate _build-agent dir to avoid clashing with a persistent watcher on the default _build. Keep its artifacts out of version control.
.gitignore
@@ -1,5 +1,6 @@
1
1
# Dune build artifacts
2
2
_build/
3
Added:
_build-agent/
3
4
4
5
# Local opam switch
5
6
_opam/