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 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
ignore="1.1[13579](.\d)*"
|
||||
ignore="1.1[13579].*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue