@@ -0,0 +1,265 | |||
|
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 | src/tools/uic/qclass_lib_map.h | |
|
105 | ui_*.h | |
|
106 | tests/auto/qprocess/test*/*.exe | |
|
107 | tests/auto/qtcpsocket/stressTest/*.exe | |
|
108 | tests/auto/qprocess/fileWriterProcess/*.exe | |
|
109 | tests/auto/qmake/testdata/quotedfilenames/*.exe | |
|
110 | tests/auto/compilerwarnings/*.exe | |
|
111 | tests/auto/qmake/testdata/quotedfilenames/test.cpp | |
|
112 | tests/auto/qprocess/fileWriterProcess.txt | |
|
113 | .com.apple.timemachine.supported | |
|
114 | tests/auto/qlibrary/libmylib.so* | |
|
115 | tests/auto/qresourceengine/runtime_resource.rcc | |
|
116 | tools/qtestlib/chart/chart* | |
|
117 | tools/qtestlib/updater/updater* | |
|
118 | tools/activeqt/testcon/testcon.tlb | |
|
119 | translations/*.qm | |
|
120 | translations/*_untranslated.ts | |
|
121 | qrc_*.cpp | |
|
122 | ||
|
123 | # Test generated files | |
|
124 | QObject.log | |
|
125 | tst_* | |
|
126 | !tst_*.* | |
|
127 | tst_*.log | |
|
128 | tst_*.debug | |
|
129 | tst_*~ | |
|
130 | ||
|
131 | # xemacs temporary files | |
|
132 | *.flc | |
|
133 | ||
|
134 | # Vim temporary files | |
|
135 | .*.swp | |
|
136 | ||
|
137 | # Visual Studio generated files | |
|
138 | *.ib_pdb_index | |
|
139 | *.idb | |
|
140 | *.ilk | |
|
141 | *.pdb | |
|
142 | *.sln | |
|
143 | *.suo | |
|
144 | *.vcproj | |
|
145 | *vcproj.*.*.user | |
|
146 | *.ncb | |
|
147 | *.vcxproj | |
|
148 | *.vcxproj.filters | |
|
149 | *.vcxproj.user | |
|
150 | ||
|
151 | # MinGW generated files | |
|
152 | *.Debug | |
|
153 | *.Release | |
|
154 | ||
|
155 | # WebKit temp files | |
|
156 | src/3rdparty/webkit/WebCore/mocinclude.tmp | |
|
157 | src/3rdparty/webkit/includes.txt | |
|
158 | src/3rdparty/webkit/includes2.txt | |
|
159 | ||
|
160 | # Symlinks generated by configure | |
|
161 | tools/qvfb/qvfbhdr.h | |
|
162 | tools/qvfb/qlock_p.h | |
|
163 | tools/qvfb/qlock.cpp | |
|
164 | tools/qvfb/qwssignalhandler.cpp | |
|
165 | tools/qvfb/qwssignalhandler_p.h | |
|
166 | .DS_Store | |
|
167 | .pch | |
|
168 | .rcc | |
|
169 | *.app | |
|
170 | config.status | |
|
171 | config.tests/unix/cups/cups | |
|
172 | config.tests/unix/getaddrinfo/getaddrinfo | |
|
173 | config.tests/unix/getifaddrs/getifaddrs | |
|
174 | config.tests/unix/iconv/iconv | |
|
175 | config.tests/unix/ipv6/ipv6 | |
|
176 | config.tests/unix/ipv6ifname/ipv6ifname | |
|
177 | config.tests/unix/largefile/largefile | |
|
178 | config.tests/unix/nis/nis | |
|
179 | config.tests/unix/odbc/odbc | |
|
180 | config.tests/unix/openssl/openssl | |
|
181 | config.tests/unix/stl/stl | |
|
182 | config.tests/unix/zlib/zlib | |
|
183 | config.tests/unix/3dnow/3dnow | |
|
184 | config.tests/unix/mmx/mmx | |
|
185 | config.tests/unix/sse/sse | |
|
186 | config.tests/unix/sse2/sse2 | |
|
187 | ||
|
188 | ||
|
189 | ||
|
190 | # Directories to ignore | |
|
191 | # --------------------- | |
|
192 | ||
|
193 | debug | |
|
194 | examples/tools/plugandpaint/plugins | |
|
195 | include/* | |
|
196 | include/*/* | |
|
197 | lib/* | |
|
198 | !lib/fonts | |
|
199 | !lib/README | |
|
200 | plugins/*/* | |
|
201 | release | |
|
202 | tmp | |
|
203 | doc-build | |
|
204 | doc/html/* | |
|
205 | tools/qdoc3/doc/html/* | |
|
206 | doc/qch | |
|
207 | doc-build | |
|
208 | .rcc | |
|
209 | .pch | |
|
210 | .metadata | |
|
211 | ||
|
212 | # Symbian build system generated files | |
|
213 | # --------------------- | |
|
214 | ||
|
215 | ABLD.BAT | |
|
216 | bld.inf* | |
|
217 | *.mmp | |
|
218 | *.mk | |
|
219 | *.rss | |
|
220 | *.loc | |
|
221 | !s60main.rss | |
|
222 | *.pkg | |
|
223 | plugin_commonu.def | |
|
224 | *.qtplugin | |
|
225 | *.sis | |
|
226 | *.sisx | |
|
227 | *.lst | |
|
228 | *.exe | |
|
229 | *.mif | |
|
230 | *.rsc | |
|
231 | *.sym | |
|
232 | *.lib | |
|
233 | ||
|
234 | # runonphone crash dumps | |
|
235 | d_exc_*.txt | |
|
236 | d_exc_*.stk | |
|
237 | ||
|
238 | # Generated by abldfast.bat from devtools. | |
|
239 | .abldsteps.* | |
|
240 | ||
|
241 | # Carbide project files | |
|
242 | # --------------------- | |
|
243 | .project | |
|
244 | .cproject | |
|
245 | .make.cache | |
|
246 | *.d | |
|
247 | ||
|
248 | qtc-debugging-helper | |
|
249 | qtc-qmldump | |
|
250 | qtc-qmldbg | |
|
251 | src/corelib/lib | |
|
252 | src/network/lib | |
|
253 | src/xml/lib/ | |
|
254 | ||
|
255 | .pc/ | |
|
256 | ||
|
257 | # INTEGRITY generated files | |
|
258 | *.gpj | |
|
259 | *.int | |
|
260 | *.ael | |
|
261 | *.dla | |
|
262 | *.dnm | |
|
263 | *.dep | |
|
264 | *.map | |
|
265 | work |
General Comments 0
You need to be logged in to leave comments.
Login now