From: Eric Biggers Date: Fri, 25 Sep 2015 00:57:01 +0000 (-0500) Subject: system compression: add several more exclusion patterns X-Git-Tag: v1.8.3~101 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=a9ab2a09becac4ed51a6f977769b2083b989f2b0;hp=f314ecfa09440cad0dda8403c9d0dbb9afc802b5 system compression: add several more exclusion patterns --- diff --git a/src/win32_apply.c b/src/win32_apply.c index 5bc1e51f..9a03aa11 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -2328,6 +2328,9 @@ static wchar_t *xpress4k_only_pattern_strings[] = { L"*winload.*", L"*winresume.*", L"\\Windows\\AppPatch\\drvmain.sdb", + L"\\Windows\\Boot\\DVD\\*", + L"\\Windows\\Boot\\EFI\\*", + L"\\Windows\\bootstat.dat", L"\\Windows\\Fonts\\vgaoem.fon", L"\\Windows\\Fonts\\vgasys.fon", L"\\Windows\\INF\\errata.inf",