File tree Expand file tree Collapse file tree 1 file changed +34
-6
lines changed
Expand file tree Collapse file tree 1 file changed +34
-6
lines changed Original file line number Diff line number Diff line change 2626cmake-build- * /
2727out /
2828CMakeFiles
29+ CMakeLists.txt.user *
2930CMakeUserPresets.json
3031compile_commands.json
3132cpm_modules
5354* .exe
5455* .idb
5556* .pdb
56- tmp
57- obj
58- debug
59- release
57+ tmp /
58+ obj /
59+ debug /
60+ release /
6061/qgroundcontrol
6162bin /* .exe
6263bin /* .txt
6364bin /mac
6465
66+ # Libraries & dynamic/static objects
67+ * .a
68+ * .lib
69+ * .so
70+ * .so. *
71+ * .dylib
72+ * .dll
73+
74+ # Build tool artifacts
75+ Makefile
76+ * .ninja
77+ .ninja_log
78+ build.ninja
79+
80+ # Packaging & distribution
81+ * .dmg
82+ * .deb
83+ * .rpm
84+ * .AppImage
85+ * .apk
86+ * .aab
87+ * .ipa
88+
6589# ------------------------------------------------------------------------------
6690# Platform-Specific
6791# ------------------------------------------------------------------------------
@@ -95,8 +119,6 @@ android/local.properties
95119# ------------------------------------------------------------------------------
96120# Dependencies & Third Party
97121# ------------------------------------------------------------------------------
98- gstreamer-1.0-android *
99-
100122# Node.js (vitepress for user guide)
101123node_modules /
102124docs /.vitepress /cache /
@@ -111,6 +133,12 @@ __pycache__/
111133# ------------------------------------------------------------------------------
112134* .log
113135
136+ # Code coverage
137+ * .gcov
138+ * .gcda
139+ * .gcno
140+ * .coverage
141+
114142# ------------------------------------------------------------------------------
115143# Vagrant
116144# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments