-
Notifications
You must be signed in to change notification settings - Fork 128
/
.gitignore
61 lines (61 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Config.json
CMakeFiles/
.cproject
.project
.idea/
.vscode
build/
output/
cmake-build-*/
CMakeCache.txt
uninstall.cmake
cmake_install.cmake
*/cmake_install.cmake
*/*/cmake_install.cmake
*/*/*/cmake_install.cmake
Makefile
*/Makefile
*/*/Makefile
*/*/*/Makefile
*/*/Thunder*Config.cmake
*/*/Thunder*ConfigVersion.cmake
*/*/CompileSettingsDebugConfig.cmake
*/*/CompileSettingsDebugConfigVersion.cmake
*/*/*/Thunder*Config.cmake
*/*/*/Thunder*ConfigVersion.cmake
*.pc
*.so.*
*.so
/cppcheck_report.txt
/cppcheck_log.txt
clion-environment/
/clion-environment/ThunderPlugins/RemoteControl/RemoteControl.json
/clion-environment/ThunderPlugins/Commander/Commander.json
/clion-environment/ThunderPlugins/DeviceInfo/DeviceInfo.json
/clion-environment/ThunderPlugins/LocationSync/LocationSync.json
/clion-environment/ThunderPlugins/Monitor/Monitor.json
/clion-environment/ThunderPlugins/TimeSync/TimeSync.json
/clion-environment/ThunderPlugins/TraceControl/Tracing.json
/clion-environment/ThunderPlugins/WebProxy/WebProxy.json
/clion-environment/ThunderPlugins/WebServer/WebServer.json
/clion-environment/ThunderPlugins/WebShell/WebShell.json
workspace/
/.vs
/artifacts/Debug
*.user
/artifacts/Release
*.pyc
Source/Thunder/Thunder
Source/Thunder/Thunder-*
Source/Thunder/config/
Source/ThunderPlugin/ThunderPlugin
Source/ThunderPlugin/ThunderPlugin-*
Source/extensions/localtracer/example/local_trace_test
Source/extensions/privilegedrequest/example/fdpassing
Source/messaging/tracing.h
Source/plugins/json/
Thunder.cmake
*/*/generated/
*/*/*/generated/
install_manifest.txt
site/