From 86aa72840b16bdea906e83d91619f91bd9d6fc74 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 9 Jun 2023 13:57:25 -0300 Subject: [PATCH] Jenkins: Add a missing AppImage ignore --- .ci/AppImageBuilder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/AppImageBuilder.yml b/.ci/AppImageBuilder.yml index 881f7b91e..1ef99d612 100644 --- a/.ci/AppImageBuilder.yml +++ b/.ci/AppImageBuilder.yml @@ -74,6 +74,7 @@ AppDir: files: exclude: - etc + - lib/udev - usr/[!ls]* # * except lib, local, share - usr/lib/*/libasound.so.* # using our own ALSA can cause issues, and the API is pretty stable anyway - usr/lib/*.a # produced by library compilation