blob: fe68cf79b8c35cd663ffcae41919fe9cafa3ad67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
extraction:
cpp:
configure:
command:
- "./Configure -des -Dusedevel"
index:
build_command:
- "make"
path_classifiers:
generated:
- charclass_invlists.h
# These files are incorrectly classified as generated. Work around
# this pending a fix on LGTM.com.
- exclude: perl.c
- exclude: op.c
|