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