Minor tweaks for all done

This commit is contained in:
falkTX 2021-07-18 23:54:47 +01:00
parent bbdf7e536a
commit 3f7cdce318
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,8 @@ jobs:
bin/* bin/*
!bin/*-ladspa.dylib !bin/*-ladspa.dylib
!bin/*-dssi.dylib !bin/*-dssi.dylib
!bin/lv2
!bin/vst2
win32: win32:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04

3
.gitignore vendored
View File

@ -5,11 +5,14 @@
*.exe *.exe
*.dll *.dll
*.dylib *.dylib
*.pkg
*.so *.so
*.zip *.zip
.kdev_include_paths .kdev_include_paths
.kdev4/ .kdev4/
.DS_Store
bin/ bin/
build/ build/