File tree Expand file tree Collapse file tree 2 files changed +35
-676
lines changed
Expand file tree Collapse file tree 2 files changed +35
-676
lines changed Original file line number Diff line number Diff line change 1+
2+ # Created by https://www.gitignore.io/api/qtcreator
3+ # Edit at https://www.gitignore.io/?templates=qtcreator
4+
5+ # ## QtCreator ###
6+ # gitignore for Qt Creator like IDE for pure C/C++ project without Qt
7+ #
8+ # Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
9+
10+
11+
12+ # Qt Creator autogenerated files
13+
14+
15+ # A listing of all the files included in the project
16+ * .files
17+
18+ # Include directories
19+ * .includes
20+
21+ # Project configuration settings like predefined Macros
22+ * .config
23+
24+ # Qt Creator settings
25+ * .creator
26+
27+ # User project settings
28+ * .creator.user *
29+
30+ # Qt Creator backups
31+ * .autosave
32+
33+ # End of https://www.gitignore.io/api/qtcreator
34+
35+ CMakeLists.txt.user
You can’t perform that action at this time.
0 commit comments