wam: Add *.ini to upload blacklist to match the engine, reorder a few items

[ci skip]

(cherry-picked from commit 51111db8f7)
This commit is contained in:
Iris Morelle 2018-03-27 03:06:17 -03:00
parent 36781c62d0
commit 391ddd45b2

View file

@ -336,7 +336,6 @@ if __name__ == "__main__":
ign = [
".*",
".*/",
"__MACOSX/",
"#*#",
"*~",
"*-bak",
@ -353,9 +352,11 @@ if __name__ == "__main__":
"*.js",
"*.vbs",
"*.o",
"*.ini",
"Thumbs.db",
"*.wesnoth",
"*.project"]
"*.project",
"__MACOSX/"]
mythread = cs.put_campaign_async(name, cfgfile, wmldir, ign, pbl)