Add linux file diff exclusions

This commit is contained in:
Jackson Schuster 2024-03-20 14:45:52 -07:00
parent 7180f58733
commit 736b6f45c9

View file

@ -0,0 +1,14 @@
# 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 never have been in the Microsoft build
msft,./sdk/x.y.z/Containers/containerize/*
msft,./sdk/x.y.z/Containers/tasks/net472/*