wesnoth: fix update ignore pattern

It's supposed to be a shell glob, not a regexp.
This commit is contained in:
Dominik Honnef 2015-10-09 03:20:24 +02:00
parent d8ccf4811b
commit cea9e9b4b6
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ignore="1.1[13579](.\d)*"
ignore="1.1[13579].*"