File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # https://github.com/github/gitignore
21
3- # C++ objects and libs
2+ # Source: https://github.com/github/gitignore
43
4+ # C++ objects and libs
55* .slo
66* .lo
77* .o
88* .a
99* .la
1010* .lai
1111* .so
12+ * .so. *
1213* .dll
1314* .dylib
1415
1516# Qt-es
16-
17+ object_script. * .Release
18+ object_script. * .Debug
19+ * _plugin_import.cpp
1720/.qmake.cache
1821/.qmake.stash
1922* .pro.user
2023* .pro.user. *
24+ * .qbs.user
25+ * .qbs.user. *
2126* .moc
2227moc_ * .cpp
28+ moc_ * .h
2329qrc_ * .cpp
2430ui_ * .h
31+ * .qmlc
32+ * .jsc
2533Makefile *
26- * -build- *
34+ * build- *
35+ * .qm
36+ * .prl
2737
28- # QtCreator
38+ # Qt unit tests
39+ target_wrapper. *
2940
41+ # QtCreator
3042* .autosave
43+
44+ # QtCreator Qml
45+ * .qmlproject.user
46+ * .qmlproject.user. *
47+
48+ # QtCreator CMake
49+ CMakeLists.txt.user *
50+
51+ # QtCreator 4.8< compilation database
52+ compile_commands.json
53+
54+ # QtCreator local machine specific files for imported projects
55+ * creator.user *
56+
57+ src /util /version.h
You can’t perform that action at this time.
0 commit comments