Skip to content

Commit 467273f

Browse files
author
Kimmo Linnavuo
committed
Add .gitignore
0 parents  commit 467273f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Qt-es
2+
3+
/.qmake.cache
4+
/.qmake.stash
5+
*.pro.user
6+
*.pro.user.*
7+
*.qbs.user
8+
*.qbs.user.*
9+
*.moc
10+
moc_*.cpp
11+
qrc_*.cpp
12+
ui_*.h
13+
Makefile*
14+
*build-*
15+
16+
# QtCreator
17+
18+
*.autosave
19+
20+
#QtCtreator Qml
21+
*.qmlproject.user
22+
*.qmlproject.user.*

0 commit comments

Comments
 (0)