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:
parent
36781c62d0
commit
391ddd45b2
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue