forked from facebookarchive/pfff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskip_list.txt
77 lines (62 loc) · 2.21 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# -*- sh -*-
##############################################################################
# All
##############################################################################
# ignore for now
dir: web
# -------------------------------------------------------------------------
# parse errors
# -------------------------------------------------------------------------
# ok to skip
dir: tests/ml/parsing_errors
dir: tests/ml/db/parsing_errors
# -------------------------------------------------------------------------
# cmt
# -------------------------------------------------------------------------
#dupes with external/core and ok to skip because they are test files
dir: tests/ml/cmt
#less: dupes with external/extlib/, remove them
file: commons/ocamlextra/enum.cmt
file: commons/ocamlextra/dynArray.cmt
# depends on compiler libs
file: lang_ml/analyze/meta_ast_cmt.cmt
file: lang_ml/analyze/graph_code_cmt.cmt
# complex cmt
file: external/core/dynlinkaux.cmt
#had some 'include', but got de-includized
#dir: commons/lib-sexp
#todo: have namespace conflict between values and types
#dir: commons/lib-json
#todo: have some 'include'
# -------------------------------------------------------------------------
# ml
# -------------------------------------------------------------------------
# contain dupes
dir: external/ocamlgtk/examples
dir: external/ocamlgtk/applications
#someone use parmap?
dir: facebook/external/parmap/tests/
file: facebook/external/archimedes/src/utils.ml
file: external/ocamlgraph/src/util.ml
file: external/ocamlgraph/src/util.mli
# use symlinks to existing file, bad technique
dir: facebook/fbstrict/src/jscompiler
# -------------------------------------------------------------------------
# old/
# -------------------------------------------------------------------------
# todo: factorize in a 'dir_element: old ?
dir: lang_ml/old
dir: lang_cpp/parsing/old
dir: lang_php/old
dir: h_program-lang/old
dir: h_program-visual/graphics/old
dir: facebook/old
dir: facebook/check_module/old
dir: facebook/fb_db/old
dir: facebook/qa_code/old
dir: facebook/flib_dependencies/old
dir: old
# todo: factorize in a 'dir_element: _build' ?
dir: facebook/external/archimedes/_build
dir: opa/_build
dir: tests/opa/parsing/todo/_build