Add exceptions for /Library/Python and /Library/Caches/.0%
This commit is contained in:
parent
a973dcbcf2
commit
8e1569164a
|
@ -93,6 +93,7 @@ WHERE
|
|||
'/Library/Preferences/.GlobalPreferences.plist',
|
||||
'/Library/Printers/',
|
||||
'/Library/PrivilegedHelperTools/',
|
||||
'/Library/Python/',
|
||||
'/Library/QuickLook/',
|
||||
'/Library/Receipts/',
|
||||
'/Library/Ruby/',
|
||||
|
@ -122,4 +123,4 @@ WHERE
|
|||
'/Library/WebServer/Documents/index.html.en',
|
||||
'/Library/WebServer/share/'
|
||||
)
|
||||
AND NOT file.path LIKE '/Library/Caches/.00%'
|
||||
AND NOT file.path LIKE '/Library/Caches/.0%'
|
||||
|
|
Loading…
Reference in New Issue