There was an error while loading. Please reload this page.
1 parent f7f4bf4 commit d604a15Copy full SHA for d604a15
2 files changed
.gitignore
@@ -0,0 +1,35 @@
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
0 commit comments