Merge remote branch 'gerrit/master' into HEAD
[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 *.pbxuser
36 *.mode1
37 *.mode1v3
38 *_pch.h.cpp
39 *_resource.rc
40 .#*
41 *.*#
42 core
43 .qmake.cache
44 .qmake.vars
45 *.prl
46 tags
47 .DS_Store
48 *.debug
49 Makefile*
50 !qmake/Makefile.win32*
51 !qmake/Makefile.unix
52 *.prl
53 *.app
54 *.pro.user
55 *.qmlproject.user
56 *.gcov
57 bin/Qt*.dll
58 bin/assistant*
59 bin/designer*
60 bin/dumpcpp*
61 bin/idc*
62 bin/linguist*
63 bin/lrelease*
64 bin/lupdate*
65 bin/lconvert*
66 bin/moc*
67 bin/makeqpf*
68 bin/pixeltool*
69 bin/qmake*
70 bin/qdoc3*
71 bin/qt3to4*
72 bin/qtdemo*
73 bin/qttracereplay*
74 bin/rcc*
75 bin/uic*
76 bin/patternist*
77 bin/phonon*
78 bin/qcollectiongenerator*
79 bin/qdbus*
80 bin/qhelpconverter*
81 bin/qhelpgenerator*
82 bin/qtconfig*
83 bin/xmlpatterns*
84 bin/cetest*
85 bin/collectiongenerator
86 bin/helpconverter
87 bin/helpgenerator
88 bin/kmap2qmap*
89 bin/qlalr*
90 bin/qmlconv*
91 bin/qmldebugger*
92 bin/qml*
93 bin/qttracereplay*
94 configure.cache
95 config.status
96 mkspecs/default
97 mkspecs/qconfig.pri
98 moc_*.cpp
99 qmake/qmake.exe
100 qmake/Makefile.bak
101 src/corelib/global/qconfig.cpp
102 src/corelib/global/qconfig.h
103 src/corelib/global/qconfig.h.qmake
104 ui_*.h
105 tests/auto/qprocess/test*/*.exe
106 tests/auto/qtcpsocket/stressTest/*.exe
107 tests/auto/qprocess/fileWriterProcess/*.exe
108 tests/auto/qmake/testdata/quotedfilenames/*.exe
109 tests/auto/compilerwarnings/*.exe
110 tests/auto/qmake/testdata/quotedfilenames/test.cpp
111 tests/auto/qprocess/fileWriterProcess.txt
112 .com.apple.timemachine.supported
113 tests/auto/qlibrary/libmylib.so*
114 tests/auto/qresourceengine/runtime_resource.rcc
115 tools/activeqt/testcon/testcon.tlb
116 translations/*.qm
117 translations/*_untranslated.ts
118 qrc_*.cpp
119
120 src/corelib/qtcoreversion.h
121 src/dbus/qtdbusversion.h
122 src/gui/qtguiversion.h
123 src/network/qtnetworkversion.h
124 src/opengl/qtopenglversion.h
125 src/openvg/qtopenvgversion.h
126 src/sql/qtsqlversion.h
127 src/testlib/qttestversion.h
128 src/xml/qtxmlversion.h
129 src/v8/qtv8version.h
130
131 # Test generated files
132 QObject.log
133 tst_*
134 !tst_*.*
135 tst_*.log
136 tst_*.debug
137 tst_*~
138
139 # xemacs temporary files
140 *.flc
141
142 # Vim temporary files
143 .*.swp
144
145 # Visual Studio generated files
146 *.ib_pdb_index
147 *.idb
148 *.ilk
149 *.pdb
150 *.sln
151 *.suo
152 *.vcproj
153 *vcproj.*.*.user
154 *.ncb
155 *.vcxproj
156 *.vcxproj.filters
157 *.vcxproj.user
158
159 # MinGW generated files
160 *.Debug
161 *.Release
162
163 # WebKit temp files
164 src/3rdparty/webkit/WebCore/mocinclude.tmp
165 src/3rdparty/webkit/includes.txt
166 src/3rdparty/webkit/includes2.txt
167
168 # Symlinks generated by configure
169 tools/qvfb/qvfbhdr.h
170 tools/qvfb/qlock_p.h
171 tools/qvfb/qlock.cpp
172 tools/qvfb/qwssignalhandler.cpp
173 tools/qvfb/qwssignalhandler_p.h
174 .DS_Store
175 .pch
176 .rcc
177 *.app
178 config.status
179 config.tests/unix/cups/cups
180 config.tests/unix/getaddrinfo/getaddrinfo
181 config.tests/unix/getifaddrs/getifaddrs
182 config.tests/unix/iconv/iconv
183 config.tests/unix/ipv6/ipv6
184 config.tests/unix/ipv6ifname/ipv6ifname
185 config.tests/unix/largefile/largefile
186 config.tests/unix/nis/nis
187 config.tests/unix/odbc/odbc
188 config.tests/unix/openssl/openssl
189 config.tests/unix/stl/stl
190 config.tests/unix/zlib/zlib
191 config.tests/unix/3dnow/3dnow
192 config.tests/unix/mmx/mmx
193 config.tests/unix/sse/sse
194 config.tests/unix/sse2/sse2
195
196
197
198 # Directories to ignore
199 # ---------------------
200
201 debug
202 examples/tools/plugandpaint/plugins
203 include/*
204 include/*/*
205 lib/*
206 !lib/fonts
207 !lib/README
208 plugins/*/*
209 release
210 tmp
211 doc-build
212 doc/html/*
213 doc/qch
214 doc-build
215 .rcc
216 .pch
217 .metadata
218
219 # Symbian build system generated files
220 # ---------------------
221
222 ABLD.BAT
223 bld.inf*
224 *.mmp
225 *.mk
226 *.rss
227 *.loc
228 !s60main.rss
229 *.pkg
230 plugin_commonu.def
231 *.qtplugin
232 *.sis
233 *.sisx
234 *.lst
235 *.exe
236 *.mif
237 *.rsc
238 *.sym
239 *.lib
240
241 # runonphone crash dumps
242 d_exc_*.txt
243 d_exc_*.stk
244
245 # Generated by abldfast.bat from devtools.
246 .abldsteps.*
247
248 # Carbide project files
249 # ---------------------
250 .project
251 .cproject
252 .make.cache
253 *.d
254
255 qtc-debugging-helper
256 src/corelib/lib
257 src/network/lib
258 src/xml/lib/
259
260 .pc/
261
262 # INTEGRITY generated files
263 *.gpj
264 *.int
265 *.ael
266 *.dla
267 *.dnm
268 *.dep
269 *.map
270 work
271
272
273 #generated module def and version header files
274 mkspecs/modules/qt_*.pri
275 mkspecs/qmodule.pri
276 src/uitools/qtuitoolsversion.h
277 tools/uilib/qtdesignerversion.h
278
279
280 #unit tests executables
281 selftests/assert/assert
282 selftests/badxml/badxml
283 selftests/benchlibcallgrind/benchlibcallgrind
284 selftests/benchlibeventcounter/benchlibeventcounter
285 selftests/benchliboptions/benchliboptions
286 selftests/benchlibtickcounter/benchlibtickcounter
287 selftests/benchlibwalltime/benchlibwalltime
288 selftests/cmptest/cmptest
289 selftests/commandlinedata/commandlinedata
290 selftests/crashes/crashes
291 selftests/datatable/datatable
292 selftests/datetime/datetime
293 selftests/differentexec/differentexec
294 selftests/exceptionthrow/exceptionthrow
295 selftests/expectfail/expectfail
296 selftests/failinit/failinit
297 selftests/failinitdata/failinitdata
298 selftests/fetchbogus/fetchbogus
299 selftests/globaldata/globaldata
300 selftests/longstring/longstring
301 selftests/maxwarnings/maxwarnings
302 selftests/multiexec/multiexec
303 selftests/qexecstringlist/qexecstringlist
304 selftests/singleskip/singleskip
305 selftests/skip/skip
306 selftests/skipglobal/skipglobal
307 selftests/skipinit/skipinit
308 selftests/skipinitdata/skipinitdata
309 selftests/sleep/sleep
310 selftests/strcmp/strcmp
311 selftests/subtest/subtest
312 selftests/waitwithoutgui/waitwithoutgui
313 selftests/warnings/warnings
314 selftests/xunit/xunit