File tree 1 file changed +110
-0
lines changed
1 file changed +110
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Created by https://www.gitignore.io/api/qt,qml,c++,qtcreator
2
+ # Edit at https://www.gitignore.io/?templates=qt,qml,c++,qtcreator
3
+
4
+ # ## C++ ###
5
+ # Prerequisites
6
+ * .d
7
+
8
+ # Compiled Object files
9
+ * .slo
10
+ * .lo
11
+ * .o
12
+ * .obj
13
+
14
+ # Precompiled Headers
15
+ * .gch
16
+ * .pch
17
+
18
+ # Compiled Dynamic libraries
19
+ * .so
20
+ * .dylib
21
+ * .dll
22
+
23
+ # Fortran module files
24
+ * .mod
25
+ * .smod
26
+
27
+ # Compiled Static libraries
28
+ * .lai
29
+ * .la
30
+ * .a
31
+ * .lib
32
+
33
+ # Executables
34
+ * .exe
35
+ * .out
36
+ * .app
37
+
38
+ # ## QML ###
39
+ # Cached binary representations of QML and JS files
40
+ * .qmlc
41
+ * .jsc
42
+
43
+ # ## Qt ###
44
+ # C++ objects and libs
45
+
46
+ # Qt-es
47
+ object_script. * .Release
48
+ object_script. * .Debug
49
+ * _plugin_import.cpp
50
+ /.qmake.cache
51
+ /.qmake.stash
52
+ * .pro.user
53
+ * .pro.user. *
54
+ * .qbs.user
55
+ * .qbs.user. *
56
+ * .moc
57
+ moc_ * .cpp
58
+ moc_ * .h
59
+ qrc_ * .cpp
60
+ ui_ * .h
61
+ Makefile *
62
+ * build- *
63
+
64
+ # Qt unit tests
65
+ target_wrapper. *
66
+
67
+ # QtCreator
68
+ * .autosave
69
+
70
+ # QtCreator Qml
71
+ * .qmlproject.user
72
+ * .qmlproject.user. *
73
+
74
+ # QtCreator CMake
75
+ CMakeLists.txt.user *
76
+
77
+ # QtCreator 4.8< compilation database
78
+ compile_commands.json
79
+
80
+ # QtCreator local machine specific files for imported projects
81
+ * creator.user *
82
+
83
+ # ## QtCreator ###
84
+ # gitignore for Qt Creator like IDE for pure C/C++ project without Qt
85
+ #
86
+ # Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
87
+
88
+
89
+
90
+ # Qt Creator autogenerated files
91
+
92
+
93
+ # A listing of all the files included in the project
94
+ * .files
95
+
96
+ # Include directories
97
+ * .includes
98
+
99
+ # Project configuration settings like predefined Macros
100
+ * .config
101
+
102
+ # Qt Creator settings
103
+ * .creator
104
+
105
+ # User project settings
106
+ * .creator.user *
107
+
108
+ # Qt Creator backups
109
+
110
+ # End of https://www.gitignore.io/api/qt,qml,c++,qtcreator
You can’t perform that action at this time.
0 commit comments