We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ab65f commit 65a4566Copy full SHA for 65a4566
.gitignore
@@ -55,6 +55,7 @@ _build
55
/ocamlopt
56
/ocamlopt.opt
57
/ocamlnat
58
+/dirs-to-ignore.inc
59
60
# specific files and patterns in sub-directories
61
dune
@@ -121,7 +121,9 @@
121
(libraries ocamlbytecomp ocamlcommon)
122
(modules main_native))
123
124
-(data_only_dirs yacc)
+; Disabled since there can be only one (data_only_dirs) declaration
125
+;(data_only_dirs yacc)
126
+(include dirs-to-ignore.inc)
127
128
(rule
129
(deps (source_tree yacc))
0 commit comments