Update changelog
[pkg-ocaml-js-of-ocaml.git] / _boring
blobe27b536c52593860c00ce5305df59b7fd1810315
1 # Boring file regexps:
3 # C object files
4 \.[oa]$
5 \.so$
6 # Ocaml object files
7 \.cm[ioxa]$
8 \.cmxa$
9 \.cmxs$
10 \.cmjs$
12 # backup files
15 # Specific to Js_of_ocaml
16 \.byte
17 ^lib/stubs\.c$
18 ^runtime/runtime\.js$
19 ^toplevel/toplevel\.js$
20 ^examples/wiki/wikicreole\.ml$
21 ^examples/.*/.*\.js$
22 ^compiler/js_of_ocaml$
23 ^doc/api-html$
24 ^benchmarks/build$
25 ^benchmarks/results$
26 ^benchmarks/config$
27 ^lib/deriving_json/deriving_Json_lexer.ml$
28 ^Makefile.local$