-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (43 loc) · 782 Bytes
/
.gitignore
File metadata and controls
43 lines (43 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
CMakeFiles/
.cproject
.project
.idea/
.vscode
build/
output/
cmake-build-*/
CMakeCache.txt
uninstall.cmake
*/cmake_install.cmake
*.pc
*.so.*
*.so
/cppcheck_report.txt
/cppcheck_log.txt
/clion-environment
/workspace
/.vs
/artifacts/Debug
*.user
/artifacts/Release
*.pyc
Makefile
cmake_install.cmake
install_manifest.txt
*/*/Makefile
*/*/cmake_install.cmake
*/*/*Config.cmake
*/*/*ConfigVersion.cmake
*/*/*.a
*/*/*/Makefile
*/*/*/cmake_install.cmake
*/*/*/*Config.cmake
*/*/*/*ConfigVersion.cmake
Source/deviceinfo/device_info/device_info
Source/displayinfo/display_info/display_info
Source/playerinfo/player_info/player_info
Source/bluetoothaudiosink/btaudioplayer/btaudioplayer
Source/bluetoothaudiosource/btaudiorecorder/btaudiorecorder
*/*/*/*/*tests
*/*/generated
*/*/*/*/lib*.a