forked from DroneBridge/DroneBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·125 lines (62 loc) · 1.32 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
control/air/cmake-build-debug/
control/air/\.idea/
control/ground/\.idea/
control/ground/cmake-build-debug/
status/\.idea/
status/cmake-build-debug/
\.idea/
cmake-build-debug/
cmake-build-release/
status/common_lib/CMakeFiles/
x86bin/
db_esp32/build/
CMakeFiles/
status/Makefile
status/db_common/Makefile
telemetry/Makefile
telemetry/db_common/Makefile
proxy/Makefile
proxy/db_common/Makefile
common/Makefile
control/Makefile
control/db_common/Makefile
CMakeCache\.txt
Makefile
db_esp32/db_esp32\.cbp
db_esp32/sdkconfig\.old
communication/venv/
*.cbp
control/control_ground
*.a
startup/__pycache__/
telemetry/telemetry_air
status/status
proxy/proxy
video/legacy/rx
video/legacy/sharedmem_init_tx
video/legacy/tx_measure
video/legacy/tx_rawsock
video/legacy/wifibackgroundscan
video/legacy/wifiscan
video/legacy/check_alive
communication/__pycache__/
control/control_air
control/sumd_test
video/video_gnd
video/video_air
*.o
plugins/example_read_rc/readrc
plugins/rc_to_gpio_mapper/rc_gpio_map
TCPTest/
communication/DroneBridgeLib/DroneBridge/__pycache__/
InjectionTest/db_common/
InjectionTest/it
InjectionTest/receive
InjectionTest/send
InjectionTest/cmake_install.cmake
.vscode/
build/
*.cmake
cmake-build-relwithdebinfo/
cmake-build-remotedeploy-release/
cmake-build-arm_rel_cross/