Milestone1
This commit is contained in:
parent
a1094ab7ea
commit
4addf989cc
17 changed files with 2876 additions and 0 deletions
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue