Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / .gitignore
1 # This file is used to ignore files which are generated in the Qt build system
2 # ----------------------------------------------------------------------------
3
4 config.tests/*/*/*
5 !config.tests/*/*/*[.]*
6 config.tests/*/*/*[.]app
7
8 callgrind.out.*
9 pcviewer.cfg
10 *~
11 *.a
12 *.la
13 *.core
14 *.moc
15 *.o
16 *.obj
17 *.orig
18 *.swp
19 *.rej
20 *.so
21 *.pbxuser
22 *.mode1
23 *.mode1v3
24 *_pch.h.cpp
25 *_resource.rc
26 .#*
27 *.*#
28 core
29 .qmake.cache
30 .qmake.vars
31 *.prl
32 tags
33 .DS_Store
34 *.debug
35 Makefile*
36 !qmake/Makefile.win32*
37 !qmake/Makefile.unix
38 *.prl
39 *.app
40 *.pro.user
41 *.qmlproject.user
42 *.gcov
43 bin/Qt*.dll
44 bin/assistant*
45 bin/designer*
46 bin/dumpcpp*
47 bin/idc*
48 bin/linguist*
49 bin/lrelease*
50 bin/lupdate*
51 bin/lconvert*
52 bin/moc*
53 bin/makeqpf*
54 bin/pixeltool*
55 bin/qmake*
56 bin/qdoc3*
57 bin/qt3to4*
58 bin/qtdemo*
59 bin/qttracereplay*
60 bin/rcc*
61 bin/uic*
62 bin/patternist*
63 bin/phonon*
64 bin/qcollectiongenerator*
65 bin/qdbus*
66 bin/qhelpconverter*
67 bin/qhelpgenerator*
68 bin/qtconfig*
69 bin/xmlpatterns*
70 bin/cetest*
71 bin/collectiongenerator
72 bin/helpconverter
73 bin/helpgenerator
74 bin/kmap2qmap*
75 bin/qlalr*
76 bin/qmlconv*
77 bin/qmldebugger*
78 bin/qml*
79 bin/qttracereplay*
80 configure.cache
81 config.status
82 mkspecs/default
83 mkspecs/qconfig.pri
84 moc_*.cpp
85 qmake/qmake.exe
86 qmake/Makefile.bak
87 src/corelib/global/qconfig.cpp
88 src/corelib/global/qconfig.h
89 src/corelib/global/qconfig.h.qmake
90 ui_*.h
91 tests/auto/qprocess/test*/*.exe
92 tests/auto/qtcpsocket/stressTest/*.exe
93 tests/auto/qprocess/fileWriterProcess/*.exe
94 tests/auto/qmake/testdata/quotedfilenames/*.exe
95 tests/auto/compilerwarnings/*.exe
96 tests/auto/qmake/testdata/quotedfilenames/test.cpp
97 tests/auto/qprocess/fileWriterProcess.txt
98 .com.apple.timemachine.supported
99 tests/auto/qlibrary/libmylib.so*
100 tests/auto/qresourceengine/runtime_resource.rcc
101 tools/qtestlib/chart/chart*
102 tools/qtestlib/updater/updater*
103 tools/qmltestrunner/qmltestrunner
104 tools/activeqt/testcon/testcon.tlb
105 translations/*.qm
106 translations/*_untranslated.ts
107 qrc_*.cpp
108
109 # Test generated files
110 QObject.log
111 tst_*
112 !tst_*.*
113 tst_*.log
114 tst_*.debug
115 tst_*~
116
117 # xemacs temporary files
118 *.flc
119
120 # Vim temporary files
121 .*.swp
122
123 # Visual Studio generated files
124 *.ib_pdb_index
125 *.idb
126 *.ilk
127 *.pdb
128 *.dll
129 *.exp
130 *.sln
131 *.suo
132 *.vcproj
133 *vcproj.*.*.user
134 *.ncb
135 *.vcxproj
136 *.vcxproj.filters
137 *.vcxproj.user
138
139 # MinGW generated files
140 *.Debug
141 *.Release
142
143 # WebKit temp files
144 src/3rdparty/webkit/WebCore/mocinclude.tmp
145 src/3rdparty/webkit/includes.txt
146 src/3rdparty/webkit/includes2.txt
147
148 # Symlinks generated by configure
149 tools/qvfb/qvfbhdr.h
150 tools/qvfb/qlock_p.h
151 tools/qvfb/qlock.cpp
152 tools/qvfb/qwssignalhandler.cpp
153 tools/qvfb/qwssignalhandler_p.h
154 .DS_Store
155 .pch
156 .rcc
157 *.app
158 config.status
159 config.tests/unix/cups/cups
160 config.tests/unix/getaddrinfo/getaddrinfo
161 config.tests/unix/getifaddrs/getifaddrs
162 config.tests/unix/iconv/iconv
163 config.tests/unix/ipv6/ipv6
164 config.tests/unix/ipv6ifname/ipv6ifname
165 config.tests/unix/largefile/largefile
166 config.tests/unix/nis/nis
167 config.tests/unix/odbc/odbc
168 config.tests/unix/openssl/openssl
169 config.tests/unix/stl/stl
170 config.tests/unix/zlib/zlib
171 config.tests/unix/3dnow/3dnow
172 config.tests/unix/mmx/mmx
173 config.tests/unix/sse/sse
174 config.tests/unix/sse2/sse2
175
176
177
178 # Directories to ignore
179 # ---------------------
180
181 debug
182 imports/*
183 examples/tools/plugandpaint/plugins
184 include/*
185 include/*/*
186 lib/*
187 !lib/fonts
188 !lib/README
189 plugins/*/*
190 release
191 tmp
192 doc-build
193 doc/html/*
194 doc/qch
195 doc-build
196 doc/qtqml
197 doc/qtquick
198 .rcc
199 .pch
200 .metadata
201
202 # Symbian build system generated files
203 # ---------------------
204
205 ABLD.BAT
206 bld.inf*
207 *.mmp
208 *.mk
209 *.rss
210 *.loc
211 !s60main.rss
212 *.pkg
213 plugin_commonu.def
214 *.qtplugin
215 *.sis
216 *.sisx
217 *.lst
218 *.exe
219 *.mif
220 *.rsc
221 *.sym
222 *.lib
223
224 # runonphone crash dumps
225 d_exc_*.txt
226 d_exc_*.stk
227
228 # Generated by abldfast.bat from devtools.
229 .abldsteps.*
230
231 # Carbide project files
232 # ---------------------
233 .project
234 .cproject
235 .make.cache
236 *.d
237
238 qtc-debugging-helper
239 src/corelib/lib
240 src/network/lib
241 src/xml/lib/
242
243 .pc/
244
245 # INTEGRITY generated files
246 *.gpj
247 *.int
248 *.ael
249 *.dla
250 *.dnm
251 *.dep
252 *.map
253 work
254
255 #generated version headers
256 src/qmltest/qtquicktestversion.h
257 src/qtquick1/qtquick1version.h
258 src/qmldevtools/qtqmldevtoolsversion.h
259 src/quick/qtquickversion.h
260 src/qml/qtqmlversion.h
261
262 tests/auto/*/*.o
263 tests/auto/*/*.moc
264 tests/auto/*/*/*.o
265 tests/auto/*/*/*.moc