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.
0 parents commit 25422f2Copy full SHA for 25422f2
.gitignore
@@ -0,0 +1,43 @@
1
+# C++ objects and libs
2
+*.slo
3
+*.lo
4
+*.o
5
+*.a
6
+*.la
7
+*.lai
8
+*.so
9
+*.dll
10
+*.dylib
11
+
12
+# Qt-es
13
+object_script.*.Release
14
+object_script.*.Debug
15
+*_plugin_import.cpp
16
+/.qmake.cache
17
+/.qmake.stash
18
+*.pro.user
19
+*.pro.user.*
20
+*.qbs.user
21
+*.qbs.user.*
22
+*.moc
23
+moc_*.cpp
24
+moc_*.h
25
+qrc_*.cpp
26
+ui_*.h
27
+*.qmlc
28
+*.jsc
29
+Makefile*
30
+*build-*
31
32
+# Qt unit tests
33
+target_wrapper.*
34
35
+# QtCreator
36
+*.autosave
37
38
+# QtCreator Qml
39
+*.qmlproject.user
40
+*.qmlproject.user.*
41
42
+# QtCreator CMake
43
+CMakeLists.txt.user*
0 commit comments