diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index 19828d8..98cf5f5 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -315,6 +315,8 @@ /^bet/ {next} /^bonus/ {next} +# uuugh... +/^[0-9]/ {next} length($1) > 30 && !/wixmp/ {next}