wesnoth: fix update ignore pattern
It's supposed to be a shell glob, not a regexp.
This commit is contained in:
parent
d8ccf4811b
commit
cea9e9b4b6
|
@ -1 +1 @@
|
|||
ignore="1.1[13579](.\d)*"
|
||||
ignore="1.1[13579].*"
|
||||
|
|
Loading…
Reference in New Issue