8ce55a5f5d515399d3e2b682afaeb120f1958e59
[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 qtc-qmldump
257 qtc-qmldbg
258 src/corelib/lib
259 src/network/lib
260 src/xml/lib/
261
262 .pc/
263
264 # INTEGRITY generated files
265 *.gpj
266 *.int
267 *.ael
268 *.dla
269 *.dnm
270 *.dep
271 *.map
272 work
273
274
275 #generated module def and version header files
276 mkspecs/modules/qt_*.pri
277 mkspecs/qmodule.pri
278 src/uitools/qtuitoolsversion.h
279 tools/uilib/qtdesignerversion.h
280
281
282 #unit tests executables
283 selftests/assert/assert
284 selftests/badxml/badxml
285 selftests/benchlibcallgrind/benchlibcallgrind
286 selftests/benchlibeventcounter/benchlibeventcounter
287 selftests/benchliboptions/benchliboptions
288 selftests/benchlibtickcounter/benchlibtickcounter
289 selftests/benchlibwalltime/benchlibwalltime
290 selftests/cmptest/cmptest
291 selftests/commandlinedata/commandlinedata
292 selftests/crashes/crashes
293 selftests/datatable/datatable
294 selftests/datetime/datetime
295 selftests/differentexec/differentexec
296 selftests/exceptionthrow/exceptionthrow
297 selftests/expectfail/expectfail
298 selftests/failinit/failinit
299 selftests/failinitdata/failinitdata
300 selftests/fetchbogus/fetchbogus
301 selftests/globaldata/globaldata
302 selftests/longstring/longstring
303 selftests/maxwarnings/maxwarnings
304 selftests/multiexec/multiexec
305 selftests/qexecstringlist/qexecstringlist
306 selftests/singleskip/singleskip
307 selftests/skip/skip
308 selftests/skipglobal/skipglobal
309 selftests/skipinit/skipinit
310 selftests/skipinitdata/skipinitdata
311 selftests/sleep/sleep
312 selftests/strcmp/strcmp
313 selftests/subtest/subtest
314 selftests/waitwithoutgui/waitwithoutgui
315 selftests/warnings/warnings
316 selftests/xunit/xunit