Jenkins: Add a missing AppImage ignore

This commit is contained in:
RichardG867 2023-06-09 13:57:25 -03:00
parent 4b326121b9
commit 86aa72840b

View file

@ -74,6 +74,7 @@ AppDir:
files: files:
exclude: exclude:
- etc - etc
- lib/udev
- usr/[!ls]* # * except lib, local, share - 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/*/libasound.so.* # using our own ALSA can cause issues, and the API is pretty stable anyway
- usr/lib/*.a # produced by library compilation - usr/lib/*.a # produced by library compilation