diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index bf8a491..6742635 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -245,4 +245,4 @@ /^balashiha-grand/ {next} /^apl[0-9]*\./ {next} /dot-xenon-antonym/ {next} -length($1) > 30 {next} +length($1) > 30 && !/wixmp/ {next}