
this is necessary in order to get Furnace to build using CMake 4.0. you should do: git submodule deinit extern/portaudio
59 lines
640 B
Plaintext
59 lines
640 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# annoying files
|
|
**/.DS_Store
|
|
|
|
# Generated by configure and make
|
|
Makefile
|
|
bin-stamp
|
|
bin/*
|
|
config.log
|
|
config.status
|
|
lib-stamp
|
|
lib/*
|
|
libtool
|
|
portaudio-2.0.pc
|
|
autom4te.cache/*
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Visual Studio 2017/2019 state folder
|
|
.vs/
|
|
|
|
# Visual Studio CMake build output folder
|
|
out/
|
|
|
|
# Visual Studio CMake settings file
|
|
CMakeSettings.json
|
|
|
|
# VSCode
|
|
.vscode*
|
|
|
|
# Common build directories of users and VSCode
|
|
build*
|