Add linux file diff exclusions
This commit is contained in:
parent
7180f58733
commit
736b6f45c9
1 changed files with 14 additions and 0 deletions
|
@ -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/*
|
Loading…
Reference in a new issue