Cleanup of validation script exclusions (#5134)

* Validation lists cleanup

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>

* more cleanup

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-01 11:06:37 -07:00
committed by GitHub
parent 2cc4f322b7
commit edf5e7a242
3 changed files with 6 additions and 23 deletions
@@ -173,16 +173,12 @@ EXCLUDED_VALIDATION_PATTERNS = [
'*/3rdParty/*',
'*/__pycache__/*',
'*/External/*',
'build',
'Cache',
'*/Code/Framework/AzCore/azgnmx/azgnmx/*',
'Code/Tools/CryFXC',
'Code/Tools/HLSLCrossCompiler',
'Code/Tools/HLSLCrossCompilerMETAL',
'Docs',
'build', # build artifacts
'*/Cache/*', # Asset processing artifacts
'install', # install layout artifacts
'python/runtime',
'restricted/*/Code/Framework/AzCore/azgnmx/azgnmx/*',
'restricted/*/Tools/*RemoteControl',
'Tools/3dsmax',
'*/user/Cache/*',
'*/user/log/*',
]