##// END OF EJS Templates
Adds converage to gitignore
Michal Klocek -
r1098:4986f3f3d7c9
parent child
Show More
@@ -1,272 +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 build/*
212 212 bin/*
213 coverage/*
213 214
214 215 # Symbian build system generated files
215 216 # ---------------------
216 217
217 218 ABLD.BAT
218 219 bld.inf*
219 220 *.mmp
220 221 *.mk
221 222 *.rss
222 223 *.loc
223 224 !s60main.rss
224 225 *.pkg
225 226 plugin_commonu.def
226 227 *.qtplugin
227 228 *.sis
228 229 *.sisx
229 230 *.lst
230 231 *.exe
231 232 *.mif
232 233 *.rsc
233 234 *.sym
234 235 *.lib
235 236
236 237 # runonphone crash dumps
237 238 d_exc_*.txt
238 239 d_exc_*.stk
239 240
240 241 # Generated by abldfast.bat from devtools.
241 242 .abldsteps.*
242 243
243 244 # Carbide project files
244 245 # ---------------------
245 246 .project
246 247 .cproject
247 248 .make.cache
248 249 *.d
249 250
250 251 # OSX build files
251 252 *.xcodeproj
252 253 Info.plist
253 254
254 255 qtc-debugging-helper
255 256 qtc-qmldump
256 257 qtc-qmldbg
257 src/corelib/lib
258 src/network/lib
259 src/xml/lib/
260 258
261 259 .pc/
262 260
263 261 # INTEGRITY generated files
264 262 *.gpj
265 263 *.int
266 264 *.ael
267 265 *.dla
268 266 *.dnm
269 267 *.dep
270 268 *.map
271 269 work
272 270
General Comments 0
You need to be logged in to leave comments. Login now