54 lines
537 B
Text
54 lines
537 B
Text
# Build directories
|
|
build/
|
|
build-*/
|
|
cmake-build-*/
|
|
.cache
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
*.cmake
|
|
!CMakeLists.txt
|
|
|
|
# Compiled binaries
|
|
potato-test
|
|
potato-audio-router
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
|
|
# Qt generated files
|
|
moc_*.cpp
|
|
ui_*.h
|
|
qrc_*.cpp
|
|
*.qrc.depends
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.user
|
|
*.pro.user
|
|
*.autosave
|
|
|
|
# Compile commands
|
|
compile_commands.json
|
|
|
|
# Core dumps
|
|
core
|
|
core.*
|
|
|
|
# Editor temporary files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.*.sw?
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Config and runtime files (for testing)
|
|
*.log
|