mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 18:33:50 +00:00
wam: Add *.ini to upload blacklist to match the engine, reorder a few items
[ci skip] (cherry-picked from commit 51111db8f7477bfab758d62d9e414405a8494e9c)
This commit is contained in:
parent
36781c62d0
commit
391ddd45b2
@ -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…
x
Reference in New Issue
Block a user