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