File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,14 @@ Dune will not scan a directory that isn't included in this stanza. Any contained
2727``dune `` (or other special) files won't be interpreted either and will be
2828treated as raw data. It is however possible to depend on files inside ignored
2929subdirectories.
30+
31+ .. warning ::
32+
33+ Directory names should not contain any trailing slashes.
34+
35+ If you want to exclude a subdirectory, such as `foo/bar `, you need to use the
36+ :doc: `/reference/dune/subdir ` stanza:
37+
38+ .. code :: dune
39+
40+ (subdir foo (dirs :standard \ bar)) ;; exclude foo/bar
Original file line number Diff line number Diff line change @@ -35,3 +35,9 @@ following stanzas:
3535- ``library ``
3636- ``executable(s) ``
3737- ``test(s) ``
38+
39+ .. warning ::
40+
41+ Currently the `(ocamllex) `, `(ocamlyacc) ` and `(menhir) ` stanzas do not work
42+ well in combination with `(include_subdirs qualified) `. See `this issue
43+ <https://github.com/ocaml/dune/issues/11119> `_ for more information.
You can’t perform that action at this time.
0 commit comments