2341712db2f60dc7b034804999fabff12d6ddda0
[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 *.dll
131 *.exp
132 *.sln
133 *.suo
134 *.vcproj
135 *vcproj.*.*.user
136 *.ncb
137 *.vcxproj
138 *.vcxproj.filters
139 *.vcxproj.user
140
141 # MinGW generated files
142 *.Debug
143 *.Release
144
145 # WebKit temp files
146 src/3rdparty/webkit/WebCore/mocinclude.tmp
147 src/3rdparty/webkit/includes.txt
148 src/3rdparty/webkit/includes2.txt
149
150 # Symlinks generated by configure
151 tools/qvfb/qvfbhdr.h
152 tools/qvfb/qlock_p.h
153 tools/qvfb/qlock.cpp
154 tools/qvfb/qwssignalhandler.cpp
155 tools/qvfb/qwssignalhandler_p.h
156 .DS_Store
157 .pch
158 .rcc
159 *.app
160 config.status
161 config.tests/unix/cups/cups
162 config.tests/unix/getaddrinfo/getaddrinfo
163 config.tests/unix/getifaddrs/getifaddrs
164 config.tests/unix/iconv/iconv
165 config.tests/unix/ipv6/ipv6
166 config.tests/unix/ipv6ifname/ipv6ifname
167 config.tests/unix/largefile/largefile
168 config.tests/unix/nis/nis
169 config.tests/unix/odbc/odbc
170 config.tests/unix/openssl/openssl
171 config.tests/unix/stl/stl
172 config.tests/unix/zlib/zlib
173 config.tests/unix/3dnow/3dnow
174 config.tests/unix/mmx/mmx
175 config.tests/unix/sse/sse
176 config.tests/unix/sse2/sse2
177
178
179
180 # Directories to ignore
181 # ---------------------
182
183 debug
184 examples/tools/plugandpaint/plugins
185 include/*
186 include/*/*
187 lib/*
188 !lib/fonts
189 !lib/README
190 plugins/*/*
191 release
192 tmp
193 doc-build
194 doc/html/*
195 doc/qch
196 doc-build
197 .rcc
198 .pch
199 .metadata
200
201 # Symbian build system generated files
202 # ---------------------
203
204 ABLD.BAT
205 bld.inf*
206 *.mmp
207 *.mk
208 *.rss
209 *.loc
210 !s60main.rss
211 *.pkg
212 plugin_commonu.def
213 *.qtplugin
214 *.sis
215 *.sisx
216 *.lst
217 *.exe
218 *.mif
219 *.rsc
220 *.sym
221 *.lib
222
223 # runonphone crash dumps
224 d_exc_*.txt
225 d_exc_*.stk
226
227 # Generated by abldfast.bat from devtools.
228 .abldsteps.*
229
230 # Carbide project files
231 # ---------------------
232 .project
233 .cproject
234 .make.cache
235 *.d
236
237 qtc-debugging-helper
238 src/corelib/lib
239 src/network/lib
240 src/xml/lib/
241
242 .pc/
243
244 # INTEGRITY generated files
245 *.gpj
246 *.int
247 *.ael
248 *.dla
249 *.dnm
250 *.dep
251 *.map
252 work
253
254 #generated version headers
255 src/qmltest/qtquicktestversion.h
256 src/qtquick1/qtquick1version.h
257 src/qmldevtools/qtqmldevtoolsversion.h
258 src/quick/qtquickversion.h
259 src/compatibility/qtdeclarativeversion.h
260 src/qml/qtqmlversion.h
261
262 tests/auto/*/*.o
263 tests/auto/*/*.moc
264 tests/auto/*/*/*.o
265 tests/auto/*/*/*.moc
266 src/declarative/generated/