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.
1 parent 0511dd1 commit b02a111Copy full SHA for b02a111
.gitignore
@@ -12,6 +12,7 @@
12
*.so.*
13
*.dll
14
*.dylib
15
+.cache
16
17
# Qt-es
18
object_script.*.Release
@@ -30,8 +31,6 @@ qrc_*.cpp
30
31
ui_*.h
32
*.qmlc
33
*.jsc
-Makefile*
34
-*build-*
35
*.qm
36
*.prl
37
@@ -54,4 +53,13 @@ compile_commands.json
54
53
# QtCreator local machine specific files for imported projects
55
*creator.user*
56
57
-src/util/version.h
+# docs
+_build
58
+build/
59
+venv
60
+*docs/doxygen/html
61
+*docs/doxygen/doxygen.log
62
+
63
+.vscode/
64
65
+coverage/
0 commit comments