We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c7f278 + 4e2e5c2 commit 50ef9e4Copy full SHA for 50ef9e4
.gitignore
@@ -25,3 +25,45 @@ fw/firmware.bin.qthdr
25
26
# Misc unwanted files
27
*.bak
28
+
29
+# C++ objects and libs
30
+*.slo
31
+*.lo
32
+*.a
33
+*.la
34
+*.lai
35
+*.so
36
+*.dll
37
+*.dylib
38
39
+# Qt-es
40
41
+/.qmake.cache
42
+/.qmake.stash
43
+*.pro.user
44
+*.pro.user.*
45
+*.moc
46
+moc_*.cpp
47
+qrc_*.cpp
48
+ui_*.h
49
+Makefile*
50
+*-build-*
51
52
+# QtCreator
53
54
+*.autosave
55
56
+#QtCtreator Qml
57
+*.qmlproject.user
58
+*.qmlproject.user.*
59
60
+# app executable
61
+app/LabTool
62
+app/LabTool.exe
63
64
+# VIM
65
+*.swp
66
+*.swo
67
68
+# gdb
69
+.gdb_history
0 commit comments