Disable module api object support in v4.
[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 src/declarative/qtdeclarativeversion.h
110
111 # Test generated files
112 QObject.log
113 tst_*
114 !tst_*.*
115 tst_*.log
116 tst_*.debug
117 tst_*~
118
119 # xemacs temporary files
120 *.flc
121
122 # Vim temporary files
123 .*.swp
124
125 # Visual Studio generated files
126 *.ib_pdb_index
127 *.idb
128 *.ilk
129 *.pdb
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 examples/tools/plugandpaint/plugins
183 include/*
184 include/*/*
185 lib/*
186 !lib/fonts
187 !lib/README
188 plugins/*/*
189 release
190 tmp
191 doc-build
192 doc/html/*
193 doc/qch
194 doc-build
195 .rcc
196 .pch
197 .metadata
198
199 # Symbian build system generated files
200 # ---------------------
201
202 ABLD.BAT
203 bld.inf*
204 *.mmp
205 *.mk
206 *.rss
207 *.loc
208 !s60main.rss
209 *.pkg
210 plugin_commonu.def
211 *.qtplugin
212 *.sis
213 *.sisx
214 *.lst
215 *.exe
216 *.mif
217 *.rsc
218 *.sym
219 *.lib
220
221 # runonphone crash dumps
222 d_exc_*.txt
223 d_exc_*.stk
224
225 # Generated by abldfast.bat from devtools.
226 .abldsteps.*
227
228 # Carbide project files
229 # ---------------------
230 .project
231 .cproject
232 .make.cache
233 *.d
234
235 qtc-debugging-helper
236 src/corelib/lib
237 src/network/lib
238 src/xml/lib/
239
240 .pc/
241
242 # INTEGRITY generated files
243 *.gpj
244 *.int
245 *.ael
246 *.dla
247 *.dnm
248 *.dep
249 *.map
250 work
251
252 #generated version headers
253 src/qmltest/qtquicktestversion.h
254 src/qtquick1/qtquick1version.h
255 src/qmldevtools/qtqmldevtoolsversion.h
256 src/quick/qtquickversion.h
257
258 tests/auto/*/*.o
259 tests/auto/*/*.moc
260 tests/auto/*/*/*.o
261 tests/auto/*/*/*.moc
262 src/declarative/generated/