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