Skip to content

Commit 1dee7b6

Browse files
committed
Update Gitignore
1 parent 7c6af09 commit 1dee7b6

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

.gitignore

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ build/
2626
cmake-build-*/
2727
out/
2828
CMakeFiles
29+
CMakeLists.txt.user*
2930
CMakeUserPresets.json
3031
compile_commands.json
3132
cpm_modules
@@ -53,15 +54,38 @@ ui_*
5354
*.exe
5455
*.idb
5556
*.pdb
56-
tmp
57-
obj
58-
debug
59-
release
57+
tmp/
58+
obj/
59+
debug/
60+
release/
6061
/qgroundcontrol
6162
bin/*.exe
6263
bin/*.txt
6364
bin/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)
101123
node_modules/
102124
docs/.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
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)