forked from pool/flocq
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
|
# Unfortunate choice, but we can't easily change that.
|
||
|
addFilter("hidden-file-or-dir .*/.coq-native")
|
||
|
# These are loaded manually by the OCaml runtime and need no dependency information.
|
||
|
addFilter("shared-library-without-dependency-information .*\.cmxs")
|