mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-13 16:18:40 +00:00
Special thanks to Murch for teaching me mediawiki, and so much great formatting and clarity advice. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
49 lines
789 B
TOML
49 lines
789 B
TOML
[default]
|
|
extend-ignore-re = [
|
|
# NOTE: use here for regex patterns
|
|
"xpub.*",
|
|
"xprv.*",
|
|
"3.*", # address
|
|
"5.*", # address
|
|
"private_key .*",
|
|
"privkey .*",
|
|
"tt.*", # <tt> tags
|
|
"code.*", # <code> tags
|
|
"\\w*<sub>", # prefix for <sub> tags
|
|
"OP_SUCCESSx|\\d+",
|
|
"pay.*",
|
|
"ser.*",
|
|
"prefix.*",
|
|
"value: .*",
|
|
"pqNTRUsign",
|
|
"Strnad",
|
|
]
|
|
|
|
[default.extend-words]
|
|
# NOTE: use here for false-positives
|
|
anc = "anc"
|
|
PSBT = "PSBT"
|
|
ser = "ser"
|
|
# Names
|
|
Atack = "Atack"
|
|
Falke = "Falke"
|
|
Meni = "Meni"
|
|
Ono = "Ono"
|
|
Toom = "Toom"
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"/*/*.csv",
|
|
"/*.d*",
|
|
"/*/*.d*",
|
|
"/*/*.go",
|
|
"/*/*.json",
|
|
"/*/*/*.json",
|
|
"/*/*.mod",
|
|
"/*/*.proto",
|
|
"/*/*.py",
|
|
"scripts",
|
|
"/*/*.s*",
|
|
"/*/*.t*",
|
|
]
|