Made QWindow::currentOrientation() a property.
[profile/ivi/qtbase.git] / .gitignore
1 # This file is used to ignore files which are generated in the Qt build system
2 # ----------------------------------------------------------------------------
3
4 examples/*/*/*
5 !examples/*/*/*[.]*
6 !examples/*/*/README
7 examples/*/*/*[.]app
8 !examples/declarative/*
9 !examples/tutorials/*
10 !examples/tutorials/*/*
11 !examples/ja_JP/*/*
12 demos/*/*
13 !demos/spectrum/*
14 demos/spectrum/bin
15 !demos/*/*[.]*
16 demos/*/*[.]app
17 !demos/declarative/*
18 config.tests/*/*/*
19 !config.tests/*/*/*[.]*
20 config.tests/*/*/*[.]app
21
22 callgrind.out.*
23 pcviewer.cfg
24 *~
25 *.a
26 *.la
27 *.core
28 *.moc
29 *.o
30 *.obj
31 *.orig
32 *.swp
33 *.rej
34 *.so
35 *.so.*
36 *.pbxuser
37 *.mode1
38 *.mode1v3
39 *_pch.h.cpp
40 *_resource.rc
41 .#*
42 *.*#
43 core
44 .qmake.cache
45 .qmake.vars
46 *.prl
47 tags
48 .DS_Store
49 *.debug
50 Makefile*
51 !qmake/Makefile.win32*
52 !qmake/Makefile.unix
53 *.prl
54 *.app
55 *.pro.user*
56 *.qmlproject.user*
57 *.gcov
58 bin/Qt*.dll
59 bin/assistant*
60 bin/designer*
61 bin/dumpcpp*
62 bin/idc*
63 bin/linguist*
64 bin/lrelease*
65 bin/lupdate*
66 bin/lconvert*
67 bin/mkv8snapshot*
68 bin/moc*
69 bin/makeqpf*
70 bin/pixeltool*
71 bin/qmake*
72 bin/qdoc3*
73 bin/qt3to4*
74 bin/qtdemo*
75 bin/qttracereplay*
76 bin/rcc*
77 bin/uic*
78 bin/patternist*
79 bin/phonon*
80 bin/qcollectiongenerator*
81 bin/qdbus*
82 bin/qhelpconverter*
83 bin/qhelpgenerator*
84 bin/qtconfig*
85 bin/xmlpatterns*
86 bin/cetest*
87 bin/collectiongenerator
88 bin/helpconverter
89 bin/helpgenerator
90 bin/kmap2qmap*
91 bin/qlalr*
92 bin/qmlconv*
93 bin/qmldebugger*
94 bin/qml*
95 bin/qttracereplay*
96 configure.cache
97 config.status
98 mkspecs/default
99 mkspecs/qconfig.pri
100 moc_*.cpp
101 qmake/qmake.exe
102 qmake/Makefile.bak
103 src/corelib/global/qconfig.cpp
104 src/corelib/global/qconfig.h
105 src/corelib/global/qconfig.h.qmake
106 ui_*.h
107 tests/auto/qprocess/test*/*.exe
108 tests/auto/qtcpsocket/stressTest/*.exe
109 tests/auto/qprocess/fileWriterProcess/*.exe
110 tests/auto/qmake/testdata/quotedfilenames/*.exe
111 tests/auto/compilerwarnings/*.exe
112 tests/auto/qmake/testdata/quotedfilenames/test.cpp
113 tests/auto/qprocess/fileWriterProcess.txt
114 .com.apple.timemachine.supported
115 tests/auto/qlibrary/libmylib.so*
116 tests/auto/qresourceengine/runtime_resource.rcc
117 tools/activeqt/testcon/testcon.tlb
118 translations/*.qm
119 translations/*_untranslated.ts
120 qrc_*.cpp
121
122 src/corelib/qtcoreversion.h
123 src/dbus/qtdbusversion.h
124 src/gui/qtguiversion.h
125 src/network/qtnetworkversion.h
126 src/opengl/qtopenglversion.h
127 src/sql/qtsqlversion.h
128 src/testlib/qttestversion.h
129 src/xml/qtxmlversion.h
130 src/platformsupport/qtplatformsupportversion.h
131 src/printsupport/qtprintsupportversion.h
132 src/widgets/qtwidgetsversion.h
133
134 # Test generated files
135 QObject.log
136 tst_*
137 !tst_*.*
138 tst_*.log
139 tst_*.debug
140 tst_*~
141
142 # xemacs temporary files
143 *.flc
144
145 # Vim temporary files
146 .*.swp
147
148 # Visual Studio generated files
149 *.ib_pdb_index
150 *.idb
151 *.ilk
152 *.pdb
153 *.sln
154 *.suo
155 *.vcproj
156 *vcproj.*.*.user
157 *.ncb
158 *.vcxproj
159 *.vcxproj.filters
160 *.vcxproj.user
161
162 # MinGW generated files
163 *.Debug
164 *.Release
165
166 # WebKit temp files
167 src/3rdparty/webkit/WebCore/mocinclude.tmp
168 src/3rdparty/webkit/includes.txt
169 src/3rdparty/webkit/includes2.txt
170
171 # Symlinks generated by configure
172 tools/qvfb/qvfbhdr.h
173 tools/qvfb/qlock_p.h
174 tools/qvfb/qlock.cpp
175 tools/qvfb/qwssignalhandler.cpp
176 tools/qvfb/qwssignalhandler_p.h
177 .DS_Store
178 .pch
179 .rcc
180 *.app
181 config.status
182 config.tests/unix/cups/cups
183 config.tests/unix/getaddrinfo/getaddrinfo
184 config.tests/unix/getifaddrs/getifaddrs
185 config.tests/unix/iconv/iconv
186 config.tests/unix/ipv6/ipv6
187 config.tests/unix/ipv6ifname/ipv6ifname
188 config.tests/unix/largefile/largefile
189 config.tests/unix/nis/nis
190 config.tests/unix/odbc/odbc
191 config.tests/unix/openssl/openssl
192 config.tests/unix/stl/stl
193 config.tests/unix/zlib/zlib
194 config.tests/unix/3dnow/3dnow
195 config.tests/unix/mmx/mmx
196 config.tests/unix/sse/sse
197 config.tests/unix/sse2/sse2
198
199
200
201 # Directories to ignore
202 # ---------------------
203
204 debug
205 examples/tools/plugandpaint/plugins
206 include/*
207 include/*/*
208 lib/*
209 !lib/fonts
210 !lib/README
211 plugins/*/*
212 release
213 tmp
214 doc-build
215 doc/html/*
216 doc/qch
217 doc-build
218 .rcc
219 .pch
220 .metadata
221 tmp-debug
222
223 # Symbian build system generated files
224 # ---------------------
225
226 ABLD.BAT
227 bld.inf*
228 *.mmp
229 *.mk
230 *.rss
231 *.loc
232 !s60main.rss
233 *.pkg
234 plugin_commonu.def
235 *.qtplugin
236 *.sis
237 *.sisx
238 *.lst
239 *.exe
240 *.mif
241 *.rsc
242 *.sym
243 *.lib
244
245 # runonphone crash dumps
246 d_exc_*.txt
247 d_exc_*.stk
248
249 # Generated by abldfast.bat from devtools.
250 .abldsteps.*
251
252 # Carbide project files
253 # ---------------------
254 .project
255 .cproject
256 .make.cache
257 *.d
258
259 qtc-debugging-helper
260 qtc-qmldump
261 qtc-qmldbg
262 src/corelib/lib
263 src/network/lib
264 src/xml/lib/
265
266 .pc/
267
268 # INTEGRITY generated files
269 *.gpj
270 *.int
271 *.ael
272 *.dla
273 *.dnm
274 *.dep
275 *.map
276 work
277
278
279 #generated module def and version header files
280 mkspecs/modules/qt_*.pri
281 mkspecs/qmodule.pri
282
283 #unit tests libs/plugins
284 tests/auto/corelib/plugin/qlibrary/libmylib.so2
285 tests/auto/corelib/plugin/qlibrary/mylib.dl2
286
287 #unit tests executables (other than those named tst_*)
288 tests/auto/testlib/selftests/assert/assert
289 tests/auto/testlib/selftests/badxml/badxml
290 tests/auto/testlib/selftests/benchlibcallgrind/benchlibcallgrind
291 tests/auto/testlib/selftests/benchlibeventcounter/benchlibeventcounter
292 tests/auto/testlib/selftests/benchliboptions/benchliboptions
293 tests/auto/testlib/selftests/benchlibtickcounter/benchlibtickcounter
294 tests/auto/testlib/selftests/benchlibwalltime/benchlibwalltime
295 tests/auto/testlib/selftests/cmptest/cmptest
296 tests/auto/testlib/selftests/commandlinedata/commandlinedata
297 tests/auto/testlib/selftests/crashes/crashes
298 tests/auto/testlib/selftests/datatable/datatable
299 tests/auto/testlib/selftests/datetime/datetime
300 tests/auto/testlib/selftests/differentexec/differentexec
301 tests/auto/testlib/selftests/exceptionthrow/exceptionthrow
302 tests/auto/testlib/selftests/expectfail/expectfail
303 tests/auto/testlib/selftests/failinit/failinit
304 tests/auto/testlib/selftests/failinitdata/failinitdata
305 tests/auto/testlib/selftests/fetchbogus/fetchbogus
306 tests/auto/testlib/selftests/float/float
307 tests/auto/testlib/selftests/globaldata/globaldata
308 tests/auto/testlib/selftests/longstring/longstring
309 tests/auto/testlib/selftests/maxwarnings/maxwarnings
310 tests/auto/testlib/selftests/multiexec/multiexec
311 tests/auto/testlib/selftests/qexecstringlist/qexecstringlist
312 tests/auto/testlib/selftests/singleskip/singleskip
313 tests/auto/testlib/selftests/skip/skip
314 tests/auto/testlib/selftests/skipglobal/skipglobal
315 tests/auto/testlib/selftests/skipinit/skipinit
316 tests/auto/testlib/selftests/skipinitdata/skipinitdata
317 tests/auto/testlib/selftests/sleep/sleep
318 tests/auto/testlib/selftests/strcmp/strcmp
319 tests/auto/testlib/selftests/subtest/subtest
320 tests/auto/testlib/selftests/waitwithoutgui/waitwithoutgui
321 tests/auto/testlib/selftests/warnings/warnings
322 tests/auto/testlib/selftests/xunit/xunit
323 tests/auto/corelib/thread/qthreadstorage/crashOnExit
324 tests/auto/corelib/io/qresourceengine/qresourceengine
325 tests/auto/corelib/codecs/qtextcodec/echo/echo
326 tests/auto/corelib/plugin/quuid/testProcessUniqueness/testProcessUniqueness
327 tests/auto/dbus/qdbusabstractadaptor/qmyserver/qmyserver
328 tests/auto/dbus/qdbusabstractinterface/qpinger/qpinger
329 tests/auto/dbus/qdbusinterface/qmyserver/qmyserver
330 tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal
331 tests/auto/network/bearer/qnetworksession/lackey/lackey
332 tests/auto/widgets/kernel/qapplication/modal/modal