# Intermediate object files
*.o
*.os
*.so
**/*.a
*~


# libraries and executables
/lib*.*/
.libs
/build/
/bin
*.exe
Release
NewRelease
.DS_Store
*.xcodeproj

*.wav
*.ana

#Generated files if running in-source CMake build
build*/
cmake_install.cmake
CMakeFiles/
CMakeCache.txt
Makefile
Makefile.*
cmake_install.cmake
/cmake_uninstall.cmake
CTestTestfile.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
/CMakeCache.txt
Custom.cmake

.cache/
# created by for example 
#cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
# used by clangd lsp
compile_commands.json 
.cache/
