Skip to content

Commit 6ce7b97

Browse files
committed
Initial commit
0 parents  commit 6ce7b97

File tree

3 files changed

+709
-0
lines changed

3 files changed

+709
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# C++ objects and libs
2+
3+
*.slo
4+
*.lo
5+
*.o
6+
*.a
7+
*.la
8+
*.lai
9+
*.so
10+
*.dll
11+
*.dylib
12+
13+
# Qt-es
14+
15+
/.qmake.cache
16+
/.qmake.stash
17+
*.pro.user
18+
*.pro.user.*
19+
*.moc
20+
moc_*.cpp
21+
qrc_*.cpp
22+
ui_*.h
23+
Makefile*
24+
*-build-*
25+
26+
# QtCreator
27+
28+
*.autosave
29+
30+
#QtCtreator Qml
31+
*.qmlproject.user
32+
*.qmlproject.user.*

0 commit comments

Comments
 (0)