mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Jenkins: Add a missing AppImage ignore
This commit is contained in:
parent
4b326121b9
commit
86aa72840b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue