Skip to content

Commit 25422f2

Browse files
authored
Initial commit
0 parents  commit 25422f2

File tree

3 files changed

+719
-0
lines changed

3 files changed

+719
-0
lines changed

.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)