skip indexing files by regex

This commit is contained in:
ed
2021-10-12 01:40:19 +02:00
parent eb05cb6c6e
commit 2f021a0c2b
6 changed files with 30 additions and 14 deletions

View File

@@ -48,7 +48,8 @@ class Cfg(Namespace):
mte="a",
mth="",
hist=None,
no_hash=False,
no_idx=None,
no_hash=None,
css_browser=None,
**{k: False for k in "e2d e2ds e2dsa e2t e2ts e2tsr".split()}
)

View File

@@ -23,7 +23,8 @@ class Cfg(Namespace):
"mte": "a",
"mth": "",
"hist": None,
"no_hash": False,
"no_idx": None,
"no_hash": None,
"css_browser": None,
"no_voldump": True,
"no_logues": False,