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