aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 39f4cbaca50f959812ac69128255af8b22a12362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
# This file is used to ignore files which are generated in the Qt build system
# ----------------------------------------------------------------------------

config.tests/*/*/*
!config.tests/*/*/*[.]*
config.tests/*/*/*[.]app
config.log

callgrind.out.*
pcviewer.cfg
*~
*.a
*.la
*_wrapper.sh
*_wrapper.bat
wrapper.sh
wrapper.bat
*.core
*.moc
*.o
*.obj
*.orig
*.swp
*.rej
*.so
*.pbxuser
*.mode1
*.mode1v3
*_pch.h.cpp
*_resource.rc
.#*
*.*#
.qmake.cache
.qmake.stash
.qmake.vars
*.prl
tags
.DS_Store
*.debug
Makefile*
!qmake/Makefile.win32*
!qmake/Makefile.unix
*.prl
*.app
*.pro.user
# e.g. .pro.user.4.8-pre1
*.pro.user.*
*.qmlproject.user
*.gcov
bin/Qt*.dll
bin/assistant*
bin/designer*
bin/dumpcpp*
bin/idc*
bin/linguist*
bin/lrelease*
bin/lupdate*
bin/lconvert*
bin/moc*
bin/makeqpf*
bin/pixeltool*
bin/qmake*
bin/qdoc3*
bin/qt3to4*
bin/qttracereplay*
bin/rcc*
bin/uic*
bin/patternist*
bin/phonon*
bin/qcollectiongenerator*
bin/qdbus*
bin/qhelpconverter*
bin/qhelpgenerator*
bin/qtconfig*
bin/xmlpatterns*
bin/cetest*
bin/collectiongenerator
bin/helpconverter
bin/helpgenerator
bin/kmap2qmap*
bin/qlalr*
bin/qmlconv*
bin/qmldebugger*
bin/qml*
bin/qttracereplay*
configure.cache
config.status
examples/quickcontrols2/chattutorial/chapter1-settingup/chapter1-settingup
examples/quickcontrols2/chattutorial/chapter2-lists/chapter2-lists
examples/quickcontrols2/chattutorial/chapter3-navigation/chapter3-navigation
examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models
examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling
examples/quickcontrols2/contactlist/contactlist
examples/quickcontrols2/flatstyle/flatstyle
examples/quickcontrols2/gallery/gallery
examples/quickcontrols2/imagine/automotive/automotive
examples/quickcontrols2/imagine/musicplayer/musicplayer
examples/quickcontrols2/sidepanel/sidepanel
examples/quickcontrols2/swipetoremove/swipetoremove
examples/quickcontrols2/texteditor/texteditor
examples/quickcontrols2/wearable/wearable
moc_*.cpp
qmake/qmake.exe
qmake/Makefile.bak
src/corelib/global/qconfig.cpp
src/corelib/global/qconfig.h
src/corelib/global/qconfig.h.qmake
src/quickcontrols2/qtquickcontrols2-config.h
src/quickcontrols2/qtquickcontrols2-config.pri
src/quickcontrols2/qtquickcontrols2-config_p.h
src/quicktemplates2/qtquicktemplates2-config.h
src/quicktemplates2/qtquicktemplates2-config.pri
src/quicktemplates2/qtquicktemplates2-config_p.h
ui_*.h
tests/auto/cmake/build
tests/auto/installed_cmake/build
tests/auto/qml/qqmlapplicationengine/testapp/testapp
tests/auto/qml/temp.qml
tests/auto/qmltest/*.png
tests/auto/qprocess/test*/*.exe
tests/auto/qtcpsocket/stressTest/*.exe
tests/auto/qprocess/fileWriterProcess/*.exe
tests/auto/qmake/testdata/quotedfilenames/*.exe
tests/auto/compilerwarnings/*.exe
tests/auto/qmake/testdata/quotedfilenames/test.cpp
tests/auto/qprocess/fileWriterProcess.txt
.com.apple.timemachine.supported
tests/auto/qlibrary/libmylib.so*
tests/auto/qresourceengine/runtime_resource.rcc
tests/auto/quickcontrols2/accessibility/tst_accessibility
tests/auto/quickcontrols2/calendar/tst_calendar
tests/auto/quickcontrols2/controls/basic/tst_basic
tests/auto/quickcontrols2/controls/fusion/tst_fusion
tests/auto/quickcontrols2/controls/imagine/tst_imagine
tests/auto/quickcontrols2/controls/material/tst_material
tests/auto/quickcontrols2/controls/universal/tst_universal
tests/auto/quickcontrols2/cursor/tst_cursor
tests/auto/quickcontrols2/customization/tst_customization
tests/auto/quickcontrols2/focus/tst_focus
tests/auto/quickcontrols2/font/tst_font
tests/auto/quickcontrols2/palette/tst_palette
tests/auto/quickcontrols2/platform/tst_platform
tests/auto/quickcontrols2/pressandhold/tst_pressandhold
tests/auto/quickcontrols2/qquickapplicationwindow/tst_qquickapplicationwindow
tests/auto/quickcontrols2/qquickcolor/tst_qquickcolor
tests/auto/quickcontrols2/qquickdrawer/tst_qquickdrawer
tests/auto/quickcontrols2/qquickiconimage/tst_qquickiconimage
tests/auto/quickcontrols2/qquickiconlabel/tst_qquickiconlabel
tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle
tests/auto/quickcontrols2/qquickmaterialstyle/tst_qquickmaterialstyle
tests/auto/quickcontrols2/qquickmaterialstyleconf/tst_qquickmaterialstyleconf
tests/auto/quickcontrols2/qquickmenu/tst_qquickmenu
tests/auto/quickcontrols2/qquickmenubar/tst_qquickmenubar
tests/auto/quickcontrols2/qquickninepatchimage/tst_qquickninepatchimage
tests/auto/quickcontrols2/qquickpopup/tst_qquickpopup
tests/auto/quickcontrols2/qquickstyle/tst_qquickstyle
tests/auto/quickcontrols2/qquickstyleselector/tst_qquickstyleselector
tests/auto/quickcontrols2/qquickuniversalstyle/tst_qquickuniversalstyle
tests/auto/quickcontrols2/qquickuniversalstyleconf/tst_qquickuniversalstyleconf
tests/auto/quickcontrols2/revisions/tst_revisions
tests/auto/quickcontrols2/sanity/tst_sanity
tests/auto/quickcontrols2/snippets/tst_snippets
tests/auto/quickcontrols2/styles/tst_styles
tests/auto/quickcontrols2/snippets/screenshots/*.png
tests/benchmarks/creationtime/tst_creationtime
tests/benchmarks/objectcount/tst_objectcount
tests/manual/quickcontrols2/buttons/buttons
tests/manual/quickcontrols2/fonts/fonts
tests/manual/quickcontrols2/gifs/tst_gifs
tests/manual/quickcontrols2/styles/styles
tests/manual/quickcontrols2/testbench/testbench
tests/manual/quickcontrols2/screenshots/screenshots
tests/manual/quickcontrols2/gifs/gifs/*.gif
tools/qtestlib/chart/chart*
tools/qtestlib/updater/updater*
tools/qmleasing/qmleasing
tools/qmltestrunner/qmltestrunner
tools/activeqt/testcon/testcon.tlb
translations/*.qm
translations/*_untranslated.ts
qrc_*.cpp

# Test generated files
QObject.log
tst_*
!tst_*.*
tst_*.log
tst_*.debug
tst_*~

# xemacs temporary files
*.flc

# Vim temporary files
.*.swp

# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.dll
*.exp
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
*.vcxproj
*.vcxproj.filters
*.vcxproj.user

# MinGW generated files
*.Debug
*.Release

# WebKit temp files
src/3rdparty/webkit/WebCore/mocinclude.tmp
src/3rdparty/webkit/includes.txt
src/3rdparty/webkit/includes2.txt

# Symlinks generated by configure
tools/qvfb/qvfbhdr.h
tools/qvfb/qlock_p.h
tools/qvfb/qlock.cpp
tools/qvfb/qwssignalhandler.cpp
tools/qvfb/qwssignalhandler_p.h
.DS_Store
.pch
.rcc
*.app
config.status
config.tests/unix/cups/cups
config.tests/unix/getaddrinfo/getaddrinfo
config.tests/unix/getifaddrs/getifaddrs
config.tests/unix/iconv/iconv
config.tests/unix/ipv6/ipv6
config.tests/unix/ipv6ifname/ipv6ifname
config.tests/unix/largefile/largefile
config.tests/unix/nis/nis
config.tests/unix/odbc/odbc
config.tests/unix/openssl/openssl
config.tests/unix/stl/stl
config.tests/unix/zlib/zlib
config.tests/unix/3dnow/3dnow
config.tests/unix/mmx/mmx
config.tests/unix/sse/sse
config.tests/unix/sse2/sse2



# Directories to ignore
# ---------------------

mkspecs/*
debug
imports/*
examples/tools/plugandpaint/plugins
include/*
include/*/*
lib/*
!lib/fonts
!lib/README
plugins/*/*
release
tmp
doc-build
doc/html/*
doc/qch
doc-build
doc/qtqml
doc/qtquick
.rcc
.pch
.metadata

# Symbian build system generated files
# ---------------------

ABLD.BAT
bld.inf*
*.mmp
*.mk
*.rss
*.loc
!s60main.rss
*.pkg
plugin_commonu.def
*.qtplugin
*.sis
*.sisx
*.lst
*.exe
*.mif
*.rsc
*.sym
*.lib

# runonphone crash dumps
d_exc_*.txt
d_exc_*.stk

# Generated by abldfast.bat from devtools.
.abldsteps.*

# Carbide project files
# ---------------------
.project
.cproject
.make.cache
*.d

qtc-debugging-helper
src/corelib/lib
src/network/lib
src/xml/lib/

.pc/

# INTEGRITY generated files
*.gpj
*.int
*.ael
*.dla
*.dnm
*.dep
*.map
work

# Generated version headers
src/qmltest/qtquicktestversion.h
src/qtquick1/qtquick1version.h
src/qmldevtools/qtqmldevtoolsversion.h
src/quick/qtquickversion.h
src/qml/qtqmlversion.h

# Discard !tst_*.*
tests/auto/headersclean/tst_headersclean.cpp
tests/auto/*/*.o
tests/auto/*/*.moc
tests/auto/*/*/*.o
tests/auto/*/*/*.moc
tests/auto/*/*/*/*.o
tests/auto/*/*/*/*.moc

# Generated static plugin import sources
*_plugin_import.cpp

# Compiled python code
*.pyc

src/qml/RegExpJitTables.h
src/qml/udis86_itab.c
src/qml/udis86_itab.h
src/qml/qml_compile_hash_p.h

# Generated HLSL bytecode headers
*.hlslh

# Compiled QML/JS code
*.qmlc
*.jsc

# cmake related artifacts
/build*
CMakeFiles
CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml
CMakeLists.txt.user