Qt.gitignore 457 字节
Newer Older
1 2
# C++ objects and libs

I
Illya Kovalevskyy 已提交
3 4
*.slo
*.lo
5 6
*.o
*.a
I
Illya Kovalevskyy 已提交
7 8
*.la
*.lai
9 10
*.so
*.dll
I
Illya Kovalevskyy 已提交
11
*.dylib
12 13 14

# Qt-es

K
KoynovStas 已提交
15 16
object_script.*.Release
object_script.*.Debug
17
*_plugin_import.cpp
J
John Munkhoff 已提交
18 19
/.qmake.cache
/.qmake.stash
20 21
*.pro.user
*.pro.user.*
22 23
*.qbs.user
*.qbs.user.*
J
John Munkhoff 已提交
24
*.moc
25
moc_*.cpp
G
Glordim 已提交
26
moc_*.h
27
qrc_*.cpp
28
ui_*.h
29 30
*.qmlc
*.jsc
31
Makefile*
T
Thomas Steinholz 已提交
32
*build-*
33

34 35 36 37 38

# Qt unit tests
target_wrapper.*


39 40 41
# QtCreator

*.autosave
42

43
# QtCtreator Qml
44 45
*.qmlproject.user
*.qmlproject.user.*
V
Victor Arribas 已提交
46

47
# QtCtreator CMake
48
CMakeLists.txt.user*
V
Victor Arribas 已提交
49