This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 205
/
skip_list.txt
71 lines (54 loc) · 2.01 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
# -*- sh -*-
##############################################################################
# All
##############################################################################
# ignore for now
dir: web
dir: facebook
#dir: external
#dir: commons
# -------------------------------------------------------------------------
# parse errors
# -------------------------------------------------------------------------
# ok to skip
dir: tests/ml/parsing_errors
dir: tests/ml/db/parsing_errors
# -------------------------------------------------------------------------
# cmt
# -------------------------------------------------------------------------
dir: external/stdlib/4.00.1
#dupes with external/stdlib 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
file: external/extlib/enum.cmt
file: external/extlib/dynArray.cmt
# depends on compiler libs
file: lang_cmt/parsing/meta_ast_cmt.cmt
file: lang_cmt/analyze/graph_code_cmt.cmt
# complex cmt
file: external/stdlib/dynlinkaux.cmt
# -------------------------------------------------------------------------
# ml
# -------------------------------------------------------------------------
# contain dupes
dir: external/ocamlgtk/examples
dir: external/ocamlgtk/applications
file: external/ocamlgraph/src/util.ml
file: external/ocamlgraph/src/util.mli
file: facebook/external/archimedes/src/utils.ml
#huge
file: facebook/clang/clang_callgraph_j.ml
#dir: facebook/clang
# -------------------------------------------------------------------------
# old/
# -------------------------------------------------------------------------
# less: have a dir_element: old ?
# -------------------------------------------------------------------------
# _build
# -------------------------------------------------------------------------
# todo: factorize in a 'dir_element: _build' ?
dir: facebook/external/archimedes/_build
dir: opa/_build
dir: tests/opa/parsing/todo/_build