-
Notifications
You must be signed in to change notification settings - Fork 2
/
skip_list.txt
24 lines (20 loc) · 1 KB
/
skip_list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- sh -*-
# to focus only on pfff code in codemap
#dir: commons
dir: demos/mapreduce
# -------------------------------------------------------------------------
# cmt, for codegraph to skip
# -------------------------------------------------------------------------
dir: external/OPAM_DIR
#dir: external/FOR_MERLIN
# I uppercased below the first letter of directories I don't want to skip
# (e.g., we want json-wheel, and ocaml hence JLO uppercase below)
dir: external/FOR_MERLIN/[abcdefghiJklmnOpqrstuvwxyz]
# We skip cairo2 above because the external/ contains the .cmt (good citizen)
# We want stdlib and otherlibs (unix/str)
dir: external/FOR_MERLIN/ocaml-base-compiler.4.07.1/[abcdefghijklmnOpqrStuvwxyz]
dir: external/FOR_MERLIN/ocaml-base-compiler.4.07.1/otherlibs/dynlink
dir: external/FOR_MERLIN/ocaml-base-compiler.4.07.1/otherlibs/threads
dir: external/FOR_MERLIN/ocaml-base-compiler.4.07.1/ocamldoc
dir: external/FOR_MERLIN/ocaml-migrate-parsetree
dir: external/FOR_MERLIN/ocaml[abcdefghijklmnopqrstuvwxyz]