wireshark: fix update ignore pattern

to correctly ignore development versions, which might have one digit
instead of two.
This commit is contained in:
Piraty 2019-07-30 23:42:40 +02:00
parent 30b7b437ba
commit 188cb0bfb1

View file

@ -1 +1 @@
ignore="*.?[13579].*"
ignore="*.*[13579].*"