diff --git a/src/vcpkg/postbuildlint.cpp b/src/vcpkg/postbuildlint.cpp index 49f46681a1..390d1a3006 100644 --- a/src/vcpkg/postbuildlint.cpp +++ b/src/vcpkg/postbuildlint.cpp @@ -161,6 +161,10 @@ namespace vcpkg "local.h", "slice.h", "platform.h", + "base64.h", + "Makefile.am", + "Makefile.in", + "Makefile", }; static constexpr Span restricted_lists[] = { restricted_sys_filenames, restricted_crt_filenames, restricted_general_filenames};