mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:54:15 +03:00
Apparently regexps do not work as expected. Also seems to pick up some implicit rule from the local machine, but found no option to make the hidden magic visible.
12 lines
451 B
TOML
12 lines
451 B
TOML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
"(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)",
|
|
"(anc|bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Nam|Ned|noo|nin|nto|ser|ths|Typ|typ|URE|wrk)",
|
|
"(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|inex|PARM|parm|PASE)",
|
|
"(HEADE|numer|optin|parms|stati|ttests)",
|
|
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)",
|
|
]
|