mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
gin's loadDirectory() doesn't recurse, and the legacy BinaryData flow stored presets flat in the user dir. Installer/build.sh now stages a flat copy under Installer/_flat_presets/ which the Inno Setup script and macOS pkg both consume; CMakeLists installs the same flat set on Linux.
41 lines
No EOL
387 B
Text
41 lines
No EOL
387 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
xcuserdata
|
|
Builds
|
|
JuceLibraryCode
|
|
bin
|
|
Installer/macOS/bin
|
|
Installer/win/bin
|
|
Installer/_flat_presets
|
|
.DS_Store
|
|
.claude |