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