Fix wildcard patterns to match digits only #8

Merged
CodeX merged 1 commits from fix/wildcard-digit-only into main 2026-04-10 19:15:53 +02:00
Showing only changes of commit 70678ddd28 - Show all commits
+3 -3
View File
@@ -844,7 +844,7 @@
Trailer.*
VOSTFR
*.7z.*
*.r??
*.s??
*.z??
*.r[0-9][0-9]
*.s[0-9][0-9]
*.z[0-9][0-9]
api