Qt.gitignore 444 字节
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
Makefile*
T
Thomas Steinholz 已提交
30
*build-*
31

32 33 34 35 36

# Qt unit tests
target_wrapper.*


37 38 39
# QtCreator

*.autosave
40

41
# QtCtreator Qml
42 43
*.qmlproject.user
*.qmlproject.user.*
V
Victor Arribas 已提交
44

45
# QtCtreator CMake
46
CMakeLists.txt.user*
V
Victor Arribas 已提交
47