forked from rdkcentral/Thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (39 loc) · 1.04 KB
/
.gitignore
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
CMakeFiles/
.cproject
.project
.idea/
.vscode
build/
output/
cmake-build-*/
CMakeCache.txt
uninstall.cmake
*/cmake_install.cmake
*/*/cmake_install.cmake
*/*/*/cmake_install.cmake
*/*/Makefile
*/*/*/Makefile
*/*/WPEFramework*Config.cmake
*/*/WPEFramework*ConfigVersion.cmake
*.pc
*.so.*
*.so
/cppcheck_report.txt
/cppcheck_log.txt
clion-environment/
/clion-environment/WPEFrameworkPlugins/RemoteControl/RemoteControl.json
/clion-environment/WPEFrameworkPlugins/Commander/Commander.json
/clion-environment/WPEFrameworkPlugins/DeviceInfo/DeviceInfo.json
/clion-environment/WPEFrameworkPlugins/LocationSync/LocationSync.json
/clion-environment/WPEFrameworkPlugins/Monitor/Monitor.json
/clion-environment/WPEFrameworkPlugins/TimeSync/TimeSync.json
/clion-environment/WPEFrameworkPlugins/TraceControl/Tracing.json
/clion-environment/WPEFrameworkPlugins/WebProxy/WebProxy.json
/clion-environment/WPEFrameworkPlugins/WebServer/WebServer.json
/clion-environment/WPEFrameworkPlugins/WebShell/WebShell.json
workspace/
/.vs
/artifacts/Debug
*.user
/artifacts/Release
*.pyc