# This list is processed using FileSystemName.MatchesSimpleExpression
#
# Format
# {msft|sb},<path> [# comment]
# msft = Microsoft built SDK
# ub   = Unified Build SDK
#
# Examples
# 'folder/*' matches 'folder/' and 'folder/abc'
# 'folder/?*' matches 'folder/abc' but not 'folder/'

# These files are Windows specific and should not be in the Microsoft build
msft,./sdk/x.y.z/Containers/containerize/*
msft,./sdk/x.y.z/Containers/tasks/net472/*
