cleanup script updates

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-12 17:25:14 -08:00
parent f0b86ab1df
commit 893f50355f
+11
View File
@@ -39,6 +39,17 @@ PATH_EXCLUSIONS = (
'install\\*',
'Code\\Framework\\AzCore\\AzCore\\Android\\*'
)
PATH_EXCLUSIONS = (
'*\\Platform\\Android\\*',
'*\\Platform\\Common\\*',
'*\\Platform\\iOS\\*',
'*\\Platform\\Linux\\*',
'*\\Platform\\Mac\\*',
'Templates\\*',
'python\\*',
'build\\*',
'install\\*'
)
def create_filelist(path):
filelist = set()