From 19f18b660ea46992340a3a88dc8d80efb4eae3bf Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 12 Dec 2022 05:51:25 +0200 Subject: [PATCH] Makefile.in: Ignore autogenerated winevulkan files. --- Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile.in b/Makefile.in index 19943c12..456c7a8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -741,6 +741,16 @@ WINE_SOURCE_ARGS = \ --exclude configure \ --exclude autom4te.cache \ --exclude include/config.h.in \ + --exclude include/config.h.ink \ + --exclude include/wine/vulkan.h \ + --exclude include/wine/vulkan_driver.h \ + --exclude dlls/vulkan-1/vulkan-1.spec \ + --exclude dlls/winevulkan/loader_thunks.c \ + --exclude dlls/winevulkan/loader_thunks.h \ + --exclude dlls/winevulkan/vulkan_thunks.c \ + --exclude dlls/winevulkan/vulkan_thunks.h \ + --exclude dlls/winevulkan/winevulkan.json \ + --exclude dlls/winevulkan/winevulkan.spec WINE_CONFIGURE_ARGS = \ --with-mingw \