[GSOC] Add xbmc-test to .gitignore.
[vuplus_xbmc] / .gitignore
1 # global patterns
2 testMain
3
4 # commonly used editors
5 # vim
6 *.swp
7 # Eclipse
8 *.project
9 *.cproject
10
11 # generated files etc
12 config.cache
13 config.status
14 config.log
15 *.d
16 *.depend
17 *.pc
18 *.P
19 *.[oa]
20 *.l[oa]
21 *.so
22 *.so.*
23 *.dylib
24 *.lineno
25 *.py[co]
26 *.ver
27 *.rej
28 *.orig
29 *.bak
30 *.apk
31
32 # Windows specific generated files
33 *.exp
34 *.ilk
35 *.ncb
36 *.pdb
37 *.suo
38 *.sdf
39 *.opensdf
40 *.vcproj.*.user
41 *.vcxproj.*.user
42 *.vcxproj.user
43 *.obj
44 *.idb
45 *ReSharper*
46 *.idb
47
48 # osx specifics
49 /build/
50 .DS_Store
51 *.dSYM
52 ._*
53 *.mode1v3
54 *.pbxuser
55 *project.xcworkspace
56 *xcuserdata
57 /tools/darwin/depends/config.site
58 /tools/darwin/depends/config.site.mk
59 /tools/darwin/depends/Makefile
60 /tools/darwin/depends/Makefile.include
61 /tools/darwin/depends/configure
62 /tools/darwin/depends/python26/Makefile
63 /tools/darwin/depends/**/.gitignore
64 /tools/darwin/depends/**/.installed
65
66 .libs/
67 .deps/
68
69 # Eclipse project files. Not needed as they are generated in two clicks if needed.
70 .settings
71 .project
72 .cproject
73
74 # /
75 /.dummy
76 /.dummy.in
77 /Makefile
78 /Makefile.include
79 /aclocal.m4
80 /autom4te.cache/
81 /build-aux/config.guess
82 /build-aux/config.sub
83 /build-aux/install-sh
84 /build-aux/ltmain.sh
85 /build-aux/missing
86 /build-aux/ltmain.sh
87 /autotools
88 /BUILD
89 /xbmc.log
90 /xbmc.old.log
91 /Makefile.depend
92 /config.status
93 /xbmc/config.h
94 /xbmc/config.h.in
95 /xbmc/config.h.in~
96 /configure
97 /xbmc/stamp-h1
98 /xbmc.bin
99 /xbmc-test
100 /xbmc-xrandr
101 /git_revision.h
102 /libtool
103 /*.patch
104
105 # /addons/
106 /addons/com.nullsoft.milkdrop.xbmc/*.vis
107 /addons/org.xbmc.addons.dxspectrum/*.vis
108 /addons/packages
109 /addons/screensaver.rsxs.euphoria/Euphoria.xbs
110 /addons/screensaver.rsxs.plasma/Plasma.xbs
111 /addons/screensaver.rsxs.solarwinds/Solarwinds.xbs
112 /addons/skin.confluence/media/Makefile
113 /addons/skin.confluence/media/Textures.xbt
114 /addons/skin.pm3-hd/media/Textures.xbt
115 /addons/visualization.dxspectrum/Spectrum_win32dx.vis
116 /addons/visualization.glspectrum/opengl_spectrum.vis
117 /addons/visualization.milkdrop/MilkDrop_win32dx.vis
118 /addons/visualization.projectm/projectM.vis
119 /addons/visualization.projectm/resources/presets.zip
120 /addons/visualization.waveform/Waveform.vis
121 /addons/visualization.waveform/Waveform_win32.vis
122 /addons/visualization.itunes/iTunes.mvis
123 /addons/script.module.pil/
124
125 # /xbmc/android
126 /xbmc/android/Makefile
127 /xbmc/android/activity/Makefile
128 /xbmc/android/loader/Makefile
129
130 # /xbmc/guilib/
131 /xbmc/guilib/Makefile
132 /xbmc/guilib/*.obj
133 /xbmc/guilib/*.idb
134 /xbmc/guilib/*.pdb
135 /xbmc/guilib/*.bak
136 /xbmc/guilib/Debug (Win32)
137 /xbmc/guilib/Release (Win32)
138 /xbmc/guilib/Release
139 /xbmc/guilib/Release_LTCG
140 /xbmc/guilib/Debug
141 /xbmc/guilib/Profile
142 /xbmc/guilib/Profile_FastCap
143
144 # /xbmc/peripherals/
145 /xbmc/peripherals/bus/Makefile
146 /xbmc/peripherals/devices/Makefile
147
148 # /lib/
149 /lib/Makefile
150
151 # /lib/addons/
152 /lib/addons/script.module.pil/
153 !/lib/addons/script.module.pil/Makefile
154
155 # /lib/asap/
156 /lib/asap/Makefile
157 /lib/asap/players.h
158 /lib/asap/players/*.obx
159 /lib/asap/win32/xbmc_asap.dll
160 /lib/asap/win32/xbmc_asap.lib
161 /lib/asap/xbmc/xbmc_asap.res
162
163
164 # /lib/addons/
165 /lib/addons/library.xbmc.addon/Makefile
166 /lib/addons/library.xbmc.gui/Makefile
167 /lib/addons/library.xbmc.pvr/Makefile
168 /lib/addons/library.xbmc.addon/project/VS2010Express/Release
169 /lib/addons/library.xbmc.addon/project/VS2010Express/Debug
170 /lib/addons/library.xbmc.gui/project/VS2010Express/Release
171 /lib/addons/library.xbmc.gui/project/VS2010Express/Debug
172 /lib/addons/library.xbmc.pvr/project/VS2010Express/Release
173 /lib/addons/library.xbmc.pvr/project/VS2010Express/Debug
174
175 # /lib/cmyth/
176 lib/cmyth/Makefile
177
178 # /lib/cpluff/
179 /lib/cpluff/ABOUT-NLS
180 /lib/cpluff/aclocal.m4
181 /lib/cpluff/autom4te.cache
182 /lib/cpluff/auxliary
183 /lib/cpluff/config.h
184 /lib/cpluff/config.h.in
185 /lib/cpluff/config.h.in~
186 /lib/cpluff/configure
187 /lib/cpluff/console
188 /lib/cpluff/doc*
189 /lib/cpluff/examples
190 /lib/cpluff/libcpluff/docsrc
191 /lib/cpluff/libcpluff/Makefile.in
192 /lib/cpluff/libtool
193 /lib/cpluff/loader
194 /lib/cpluff/m4
195 /lib/cpluff/Makefile.in
196 /lib/cpluff/po
197 /lib/cpluff/stamp-h1
198 /lib/cpluff/test
199 /lib/cpluff/Makefile
200 /lib/cpluff/libcpluff/Makefile
201 /lib/cpluff/libcpluff/cpluffdef.h
202 /lib/cpluff/libcpluff/win32/Debug
203 /lib/cpluff/libcpluff/win32/Release
204
205 # /lib/libcec
206 /lib/libcec/libcec
207
208 # /lib/enca
209 /lib/enca/libenca_win32/Debug
210 /lib/enca/libenca_win32/Release
211
212 # /lib/freetype
213 /lib/freetype/objs/debug_mt
214 /lib/freetype/objs/release_mt
215 /lib/freetype/objs/win32
216
217 # /lib/fribidi
218 /lib/fribidi/libfridibidi/Debug
219 /lib/fribidi/libfridibidi/Release
220
221 # /lib/gtest
222 /lib/gtest/Makefile.in
223 /lib/gtest/aclocal.m4
224 /lib/gtest/build-aux/config.guess
225 /lib/gtest/build-aux/config.h.in
226 /lib/gtest/build-aux/config.sub
227 /lib/gtest/build-aux/depcomp
228 /lib/gtest/build-aux/install-sh
229 /lib/gtest/build-aux/ltmain.sh
230 /lib/gtest/build-aux/missing
231 /lib/gtest/configure
232 /lib/gtest/m4/libtool.m4
233 /lib/gtest/m4/ltoptions.m4
234 /lib/gtest/m4/ltsugar.m4
235 /lib/gtest/m4/ltversion.m4
236 /lib/gtest/m4/lt~obsolete.m4
237 /lib/gtest/Makefile
238 /lib/gtest/build-aux/config.h
239 /lib/gtest/build-aux/config.h.in~
240 /lib/gtest/build-aux/stamp-h1
241 /lib/gtest/fused-src/
242 /lib/gtest/lib/
243 /lib/gtest/libtool
244 /lib/gtest/samples/.dirstamp
245 /lib/gtest/scripts/gtest-config
246 /lib/gtest/src/.dirstamp
247
248 # /lib/jsoncpp
249 /lib/jsoncpp/src/lib_json/Makefile
250
251 # /lib/libass
252 /lib/libass/config.guess
253 /lib/libass/config.h
254 /lib/libass/config.sub
255 /lib/libass/depcomp
256 /lib/libass/Makefile
257 /lib/libass/Makefile.in
258 /lib/libass/aclocal.m4
259 /lib/libass/autom4te.cache/
260 /lib/libass/compile
261 /lib/libass/config.h.in
262 /lib/libass/config.h.in~
263 /lib/libass/configure
264 /lib/libass/install-sh
265 /lib/libass/libass/Makefile
266 /lib/libass/libass/Makefile.in
267 /lib/libass/libtool
268 /lib/libass/ltmain.sh
269 /lib/libass/m4/libtool.m4
270 /lib/libass/m4/ltoptions.m4
271 /lib/libass/m4/ltsugar.m4
272 /lib/libass/m4/ltversion.m4
273 /lib/libass/m4/lt~obsolete.m4
274 /lib/libass/missing
275 /lib/libass/shave/libtool.m4
276 /lib/libass/shave/ltoptions.m4
277 /lib/libass/shave/ltsugar.m4
278 /lib/libass/shave/ltversion.m4
279 /lib/libass/shave/lt~obsolete.m4
280 /lib/libass/shave/shave
281 /lib/libass/shave/shave-libtool
282 /lib/libass/stamp-h1
283 /lib/libass/test/Makefile
284 /lib/libass/test/Makefile.in
285 /lib/libass/test/test
286 /lib/libass/xbmc/Makefile
287 /lib/libass/xbmc/libass_win32/Debug
288 /lib/libass/xbmc/libass_win32/Release
289 /lib/libass/m4/libtool.m4
290 /lib/libass/m4/ltoptions.m4
291 /lib/libass/m4/ltsugar.m4
292 /lib/libass/m4/ltversion.m4
293 /lib/libass/m4/lt~obsolete.m4
294
295 # /lib/libiconv
296 /lib/libiconv/libiconv_win32/Debug
297 /lib/libiconv/libiconv_win32/Release
298
299 # /lib/liblame
300 /lib/liblame/config.h
301 /lib/liblame/obj
302
303
304 # /lib/libmicrohttpd
305 /lib/libmicrohttpd/MHD_config.h
306 /lib/libmicrohttpd/Makefile
307 /lib/libmicrohttpd/contrib/Makefile
308 /lib/libmicrohttpd/doc/Makefile
309 /lib/libmicrohttpd/doc/microhttpd.info
310 /lib/libmicrohttpd/doc/stamp-vti
311 /lib/libmicrohttpd/doc/version.texi
312 /lib/libmicrohttpd/libtool
313 /lib/libmicrohttpd/m4/Makefile
314 /lib/libmicrohttpd/src/Makefile
315 /lib/libmicrohttpd/src/daemon/Makefile
316 /lib/libmicrohttpd/src/daemon/https/Makefile
317 /lib/libmicrohttpd/src/daemon/https/lgl/Makefile
318 /lib/libmicrohttpd/src/daemon/https/minitasn1/Makefile
319 /lib/libmicrohttpd/src/daemon/https/tls/Makefile
320 /lib/libmicrohttpd/src/daemon/https/x509/Makefile
321 /lib/libmicrohttpd/src/examples/Makefile
322 /lib/libmicrohttpd/src/examples/authorization_example
323 /lib/libmicrohttpd/src/examples/fileserver_example
324 /lib/libmicrohttpd/src/examples/fileserver_example_dirs
325 /lib/libmicrohttpd/src/examples/fileserver_example_external_select
326 /lib/libmicrohttpd/src/examples/https_fileserver_example
327 /lib/libmicrohttpd/src/examples/minimal_example
328 /lib/libmicrohttpd/src/examples/minimal_example_comet
329 /lib/libmicrohttpd/src/examples/querystring_example
330 /lib/libmicrohttpd/src/examples/refuse_post_example
331 /lib/libmicrohttpd/src/testcurl/daemon_options_test
332 /lib/libmicrohttpd/src/testcurl/Makefile
333 /lib/libmicrohttpd/src/testcurl/https/Makefile
334 /lib/libmicrohttpd/src/include/Makefile
335 /lib/libmicrohttpd/src/testzzuf/Makefile
336 /lib/libmicrohttpd/stamp-h1
337 /lib/libmicrohttpd/autom4te.cache/
338
339 # /lib/libmodplug/
340 /lib/libmodplug/libtool
341 /lib/libmodplug/src/stamp-h1
342 /lib/libmodplug/Makefile
343 /lib/libmodplug/src/Makefile
344 /lib/libmodplug/src/config.h
345 /lib/libmodplug/Debug
346 /lib/libmodplug/Release
347
348 # /lib/pcre
349 /lib/pcre/libpcre/Debug
350 /lib/pcre/libpcre/Release
351
352 # /lib/libapetag
353 /lib/libapetag/Makefile
354 /lib/libapetag/config.h
355 /lib/libapetag/install-sh
356 /lib/libapetag/libtool
357 /lib/libapetag/m4/lt~obsolete.m4
358 /lib/libapetag/stamp-h1
359
360 # /project
361 /project/obj
362 /project/output
363
364 # /project/Win32BuildSetup/
365 /project/Win32BuildSetup/XBMC.log
366 /project/Win32BuildSetup/XBMCSetup*.exe
367 /project/Win32BuildSetup/languages.nsi
368 /project/Win32BuildSetup/BUILD_WIN32/
369 /project/Win32BuildSetup/dependencies
370
371 # /project/BuildDependencies
372 /project/BuildDependencies/downloads
373 /project/BuildDependencies/downloads2
374 /project/BuildDependencies/include
375 /project/BuildDependencies/lib
376 /project/BuildDependencies/msys
377 /project/BuildDependencies/scripts/tmp
378
379 # /project/VS2008Express
380 /project/VS2008Express/Debug
381 /project/VS2008Express/Release
382 /project/VS2008Express/XBMC
383 /project/VS2008Express/glib
384 /project/VS2008Express/guilib
385 /project/VS2008Express/libPlatinum
386 /project/VS2008Express/libs
387 /project/VS2008Express/objs
388 /project/VS2008Express/UnrarXLib
389
390 # /project/VS2010Express
391 /project/VS2010Express/Debug
392 /project/VS2010Express/Release
393 /project/VS2010Express/XBMC
394 /project/VS2010Express/glib
395 /project/VS2010Express/guilib
396 /project/VS2010Express/libPlatinum
397 /project/VS2010Express/UnrarXLib
398 /project/VS2010Express/test-XbmcThreads
399 /project/VS2010Express/libs
400 /project/VS2010Express/objs
401 /project/VS2010Express/ipch
402 /project/VS2010Express/*.vsp
403
404 # /skin/
405 /skin/Confluence/media/Textures.xbt
406 /skin/PM3.HD/media/Textures.xbt
407
408 # /system
409 /system/cpluff.dll
410 /system/ImageLib.dll
411 /system/libcmyth.dll
412 /system/libcurl.dll
413 /system/libeay32.dll
414 /system/librtmp.dll
415 /system/libexif.dll
416 /system/libexpat.dll
417 /system/libid3tag.dll
418 /system/libidn-11.dll
419 /system/libssh2.dll
420 /system/libssl32.dll
421 /system/hdhomerun.dll
422 /system/ssh.dll
423 /system/sqlite3.dll
424 /system/libsamplerate-0.dll
425 /system/libnfs.dll
426 /system/dnssd.dll
427 /system/libcec.dll
428 /system/pthreadVC2.dll
429
430 # /system/cdrip
431 /system/cdrip/lame_enc.dll
432 /system/cdrip/ogg.dll
433 /system/cdrip/vorbis.dll
434 /system/cdrip/vorbisenc.dll
435
436 # /system/players/dvdplayer
437 /system/players/dvdplayer/avcodec-53.dll
438 /system/players/dvdplayer/avfilter-2.dll
439 /system/players/dvdplayer/avformat-53.dll
440 /system/players/dvdplayer/avutil-51.dll
441 /system/players/dvdplayer/freetype6.dll
442 /system/players/dvdplayer/libass.dll
443 /system/players/dvdplayer/libdvdcss-2.dll
444 /system/players/dvdplayer/libdvdnav.dll
445 /system/players/dvdplayer/libexpat-1.dll
446 /system/players/dvdplayer/libfontconfig-1.dll
447 /system/players/dvdplayer/librtmp.dll
448 /system/players/dvdplayer/postproc-52.dll
449 /system/players/dvdplayer/swresample-0.dll
450 /system/players/dvdplayer/swscale-2.dll
451 /system/players/dvdplayer/libbluray.dll
452 /system/players/dvdplayer/libmpeg2-0.dll
453 /system/players/dvdplayer/libmad.dll
454
455 # /system/players/paplayer
456 /system/players/paplayer/libmodplug.dll
457 /system/players/paplayer/StSoundLibrary.dll
458 /system/players/paplayer/vorbisfile.dll
459 /system/players/paplayer/vgmstream.dll
460 /system/players/paplayer/NoseFart.dll
461 /system/players/paplayer/libsidplay2.dll
462 /system/players/paplayer/adpcm.dll
463 /system/players/paplayer/timidity.dll
464 /system/players/paplayer/libFLAC.dll
465 /system/players/paplayer/xbmc_asap.dll
466
467 # /system/players/dsplayer
468 /system/players/dsplayer/libsubs.dll
469
470 # /system
471 /system/profiles.xml
472
473 # /system/python
474 /system/python/
475
476 # /system/webserver
477 /system/webserver
478
479 /system/airplay
480
481 # /system
482 /system/zlib1.dll
483
484
485 # /screensavers/
486 /screensavers/Solarwinds.xbs
487 /screensavers/Euphoria.xbs
488 /screensavers/Plasma.xbs
489
490 # /skin/Confluence/
491 /skin/Confluence/BUILD
492
493 # /skin/PM3.HD/
494 /skin/PM3.HD/BUILD
495
496 # /skin/PM3.HD/media/
497 /skin/PM3.HD/media/*.db
498
499 # /skin/PM3.HD/media/Apple Movie Trailers/
500 /skin/PM3.HD/media/Apple Movie Trailers/*.db
501
502 # /skin/PM3.HD/media/busy/
503 /skin/PM3.HD/media/busy/*.db
504
505 # /skin/PM3.HD/media/flagging/aspectratio/
506 /skin/PM3.HD/media/flagging/aspectratio/Thumbs.db
507
508 # /skin/PM3.HD/media/flagging/audio/
509 /skin/PM3.HD/media/flagging/audio/Thumbs.db
510
511 # /skin/PM3.HD/media/flagging/video/
512 /skin/PM3.HD/media/flagging/video/Thumbs.db
513
514 # /tools/Changelog/
515 /tools/Changelog/Changelog.txt
516 /tools/Changelog/svn_log.xml
517 /tools/Changelog/Release
518 /tools/Changelog/Debug
519
520 # /tools/EventClients/
521 /tools/EventClients/*.pyc
522 /tools/EventClients/Clients/OSXRemote/Makefile
523 /tools/EventClients/Clients/OSXRemote/build/
524 /tools/EventClients/Clients/WiiRemote/WiiRemote
525
526 # /tools/Linux/
527 /tools/Linux/xbmc.sh
528 /tools/Linux/xbmc-standalone.sh
529
530 # /tools/osx
531 /tools/osx/XBMCHelper
532
533 # /tools/TexturePacker
534 /tools/TexturePacker/TexturePacker
535 /tools/TexturePacker/Makefile
536 /tools/TexturePacker/*.dll
537
538 # /tools/XBMCTex/
539 /tools/XBMCTex/Makefile
540
541 # /userdata/
542 /userdata/Database
543 /userdata/playlists
544 /userdata/Thumbnails
545 /userdata/cache
546 /userdata/guisettings.xml
547 /userdata/avpacksettings.xml
548
549 # /visualisations/
550 /visualisations/Goom.vis
551 /visualisations/ProjectM.vis
552 /visualisations/Waveform.vis
553 /visualisations/opengl_spectrum.vis
554 /visualisations/projectM/
555
556 # /xbmc/
557 /xbmc/DllPaths_generated.h
558 /xbmc/DllPaths_generated_android.h
559 /xbmc/Makefile
560
561 # /xbmc/addons/
562 /xbmc/addons/Makefile
563 /xbmc/addons/visualization.waveform
564
565 # /xbmc/osx/
566 /xbmc/osx/Makefile
567
568 # /xbmc/linux/
569 /xbmc/linux/Makefile
570
571 # /xbmc/freebsd/
572 /xbmc/freebsd/Makefile
573
574 # /xbmc/cdrip/
575 /xbmc/cdrip/Makefile
576
577 # /xbmc/cores/AudioEngine/
578 /xbmc/cores/AudioEngine/Makefile
579
580 # /xbmc/cores/DllLoader/exports/
581 /xbmc/cores/DllLoader/exports/build_wrapper.sh
582 /xbmc/cores/DllLoader/exports/wrapper.def
583 /xbmc/cores/DllLoader/Makefile
584 /xbmc/cores/DllLoader/exports/Makefile
585
586 /xbmc/cores/Makefile
587
588 /xbmc/cores/VideoRenderers/Makefile
589
590 /xbmc/cores/dvdplayer/Makefile
591 /xbmc/cores/amlplayer/Makefile
592 /xbmc/cores/omxplayer/Makefile
593
594 # /lib/ffmpeg/
595 /lib/ffmpeg/config.h
596 /lib/ffmpeg/config.err
597 /lib/ffmpeg/config.mak
598 /lib/ffmpeg/ffprobe
599 /lib/ffmpeg/ffprobe_g
600 /lib/ffmpeg/.version
601 /lib/ffmpeg/version.h
602 /lib/ffmpeg/libavutil/avconfig.h
603 /lib/ffmpeg/doc/ffmpeg.pod
604 /lib/ffmpeg/doc/ffplay.pod
605
606 # /lib/ffmpeg/doc/
607 /lib/ffmpeg/doc/*.html
608 /lib/ffmpeg/doc/*.1
609
610 # /lib/libdvd/
611 /lib/libdvd/Makefile
612
613 # /lib/libdvd/includes/
614 /lib/libdvd/includes/dv
615 /lib/libdvd/includes/dvdcss/dvdcss.h
616
617 # /lib/libdvd/includes/dvdread/
618 /lib/libdvd/includes/dvdread/ifo_print.h
619 /lib/libdvd/includes/dvdread/dvd_udf.h
620 /lib/libdvd/includes/dvdread/dvd_input.h
621 /lib/libdvd/includes/dvdread/bswap.h
622 /lib/libdvd/includes/dvdread/nav_read.h
623 /lib/libdvd/includes/dvdread/dvd_reader.h
624 /lib/libdvd/includes/dvdread/nav_print.h
625 /lib/libdvd/includes/dvdread/ifo_types.h
626 /lib/libdvd/includes/dvdread/bitreader.h
627 /lib/libdvd/includes/dvdread/md5.h
628 /lib/libdvd/includes/dvdread/dvdread
629 /lib/libdvd/includes/dvdread/dvdread_internal.h
630 /lib/libdvd/includes/dvdread/ifo_read.h
631 /lib/libdvd/includes/dvdread/nav_types.h
632
633 # /lib/libdvd/libdvdcss/
634 /lib/libdvd/libdvdcss/.auto/
635 /lib/libdvd/libdvdcss/Makefile.in
636 /lib/libdvd/libdvdcss/aclocal.m4
637 /lib/libdvd/libdvdcss/autom4te.cache/
638 /lib/libdvd/libdvdcss/config.h.in~
639 /lib/libdvd/libdvdcss/configure
640 /lib/libdvd/libdvdcss/doc/Makefile.in
641 /lib/libdvd/libdvdcss/src/Makefile.in
642 /lib/libdvd/libdvdcss/src/dvdcss/Makefile.in
643 /lib/libdvd/libdvdcss/test/Makefile.in
644 /lib/libdvd/libdvdcss/config.log
645 /lib/libdvd/libdvdcss/config.st
646 /lib/libdvd/libdvdcss/stamp-h1
647 /lib/libdvd/libdvdcss/config.h
648 /lib/libdvd/libdvdcss/libtool
649 /lib/libdvd/libdvdcss/configure.lineno
650 /lib/libdvd/libdvdcss/Makefile
651 /lib/libdvd/libdvdcss/config.status
652 /lib/libdvd/libdvdcss/config.h.in
653 /lib/libdvd/libdvdcss/doc/Makefile
654 /lib/libdvd/libdvdcss/src/d
655 /lib/libdvd/libdvdcss/src/Makefile
656 /lib/libdvd/libdvdcss/src/dvdcss/Makefile
657 /lib/libdvd/libdvdcss/test/Makefile
658 /lib/libdvd/libdvdcss/doc/doxygen.cfg
659 /lib/libdvd/libdvdcss/test/csstest
660 /lib/libdvd/libdvdcss/test/csstest.exe
661
662 # /lib/libdvd/libdvdnav/
663 /lib/libdvd/libdvdnav/conf
664 /lib/libdvd/libdvdnav/obj
665 /lib/libdvd/libdvdnav/config.mak
666 /lib/libdvd/libdvdnav/config.h
667 /lib/libdvd/libdvdnav/config.status
668 /lib/libdvd/libdvdnav/Makefile.in
669 /lib/libdvd/libdvdnav/aclocal.m4
670 /lib/libdvd/libdvdnav/config.guess
671 /lib/libdvd/libdvdnav/config.h.in
672 /lib/libdvd/libdvdnav/config.sub
673 /lib/libdvd/libdvdnav/configure
674 /lib/libdvd/libdvdnav/depcomp
675 /lib/libdvd/libdvdnav/doc/Makefile.in
676 /lib/libdvd/libdvdnav/examples/Makefile.in
677 /lib/libdvd/libdvdnav/install-sh
678 /lib/libdvd/libdvdnav/ltmain.sh
679 /lib/libdvd/libdvdnav/m4/Makefile.in
680 /lib/libdvd/libdvdnav/misc/Makefile.in
681 /lib/libdvd/libdvdnav/missing
682 /lib/libdvd/libdvdnav/src/Makefile.in
683 /lib/libdvd/libdvdnav/src/vm/Makefile.in
684 /lib/libdvd/libdvdnav/INSTALL
685 /lib/libdvd/libdvdnav/autom4te.cache
686 /lib/libdvd/libdvdnav/config.h.in~
687
688 # /lib/libdvd/libdvdread/
689 /lib/libdvd/libdvdread/config.h
690 /lib/libdvd/libdvdread/obj
691 /lib/libdvd/libdvdread/config.mak
692 /lib/libdvd/libdvdread/Makefile.in
693 /lib/libdvd/libdvdread/aclocal.m4
694 /lib/libdvd/libdvdread/config.guess
695 /lib/libdvd/libdvdread/config.h.in
696 /lib/libdvd/libdvdread/config.sub
697 /lib/libdvd/libdvdread/configure
698 /lib/libdvd/libdvdread/depcomp
699 /lib/libdvd/libdvdread/install-sh
700 /lib/libdvd/libdvdread/ltmain.sh
701 /lib/libdvd/libdvdread/m4/Makefile.in
702 /lib/libdvd/libdvdread/misc/Makefile.in
703 /lib/libdvd/libdvdread/missing
704 /lib/libdvd/libdvdread/src/Makefile.in
705 /lib/libdvd/libdvdread/INSTALL
706 /lib/libdvd/libdvdread/autom4te.cache
707 /lib/libdvd/libdvdread/config.h.in~
708
709 # /lib/libmad/
710 /lib/libmad/config.h
711 /lib/libmad/Makefile
712 /lib/libmad/config.status
713 /lib/libmad/libmad.list
714 /lib/libmad/libtool
715 /lib/libmad/config.log
716 /lib/libmad/stamp-h1
717 /lib/libmad/configure.lineno
718 /lib/libmad/mad.h
719
720 # /lib/libmad/msvc++/
721 /lib/libmad/msvc++/Makefile
722 /lib/libmad/msvc++/libmad.lib
723 /lib/libmad/msvc++/Debug
724 /lib/libmad/msvc++/Release
725
726 # /lib/libmpeg2/
727 /lib/libmpeg2/config.log
728 /lib/libmpeg2/config.status
729 /lib/libmpeg2/libtool
730 /lib/libmpeg2/configure.lineno
731 /lib/libmpeg2/Makefile
732 /lib/libmpeg2/src/*.exe
733
734 # /lib/libmpeg2/doc/
735 /lib/libmpeg2/doc/Makefile
736
737 # /lib/libmpeg2/include/
738 /lib/libmpeg2/include/stamp-h1
739 /lib/libmpeg2/include/config.h
740 /lib/libmpeg2/include/Makefile
741
742 # /lib/libmpeg2/libmpeg2/
743 /lib/libmpeg2/libmpeg2/Makefile
744
745 # /lib/libmpeg2/libmpeg2/convert/
746 /lib/libmpeg2/libmpeg2/convert/Makefile
747
748 # /lib/libmpeg2/libvo/
749 /lib/libmpeg2/libvo/Makefile
750
751 # /lib/libmpeg2/src/
752 /lib/libmpeg2/src/Makefile
753 /lib/libmpeg2/src/corrupt_mpeg2
754 /lib/libmpeg2/src/extract_mpeg2
755 /lib/libmpeg2/src/mpeg2dec
756
757 # /lib/libmpeg2/test/
758 /lib/libmpeg2/test/Makefile
759
760 # /lib/libmpeg2/vc++/
761 /lib/libmpeg2/vc++/Makefile
762
763 # /xbmc/cores/dvdplayer/DVDCodecs
764 /xbmc/cores/dvdplayer/DVDCodecs/Audio/Makefile
765 /xbmc/cores/dvdplayer/DVDCodecs/Makefile
766 /xbmc/cores/dvdplayer/DVDCodecs/Overlay/Makefile
767 /xbmc/cores/dvdplayer/DVDCodecs/Video/CrystalHD/Makefile
768 /xbmc/cores/dvdplayer/DVDCodecs/Video/Makefile
769
770 /xbmc/cores/dvdplayer/DVDDemuxers/Makefile
771
772 /xbmc/cores/dvdplayer/DVDSubtitles/Makefile
773
774 # /xbmc/cores/paplayer/
775 /xbmc/cores/paplayer/Makefile
776
777 # /lib/xbadpcm/
778 /lib/xbadpcm/Makefile
779 /lib/xbadpcm/adpcm.lib
780
781 # /lib/libflac/flac-1.2.1/
782 /lib/libflac/flac-1.2.1/Makefilee
783 /lib/libflac/flac-1.2.1/config.log
784 /lib/libflac/flac-1.2.1/config.h
785 /lib/libflac/flac-1.2.1/config.status
786 /lib/libflac/flac-1.2.1/libtool-disable-static
787 /lib/libflac/flac-1.2.1/stamp-h1
788 /lib/libflac/flac-1.2.1/configure.lineno
789 /lib/libflac/flac-1.2.1/config.cache
790 /lib/libflac/flac-1.2.1/Makefile
791 /lib/libflac/flac-1.2.1/libtool
792
793 /lib/libflac/Makefile
794 /lib/libflac/flac-1.2.1/include/test_libs_common/Makefile
795 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/Makefile
796 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/as/Makefile
797 /lib/libflac/flac-1.2.1/src/libFLAC/ppc/gas/Makefile
798 /lib/libflac/flac-1.2.1/src/flac/flac
799 /lib/libflac/flac-1.2.1/src/metaflac/metaflac
800
801 # /lib/libflac/flac-1.2.1/build/
802 /lib/libflac/flac-1.2.1/build/Makefile
803
804 # /lib/libflac/flac-1.2.1/include/
805 /lib/libflac/flac-1.2.1/include/Makefile
806
807 # /lib/libflac/flac-1.2.1/include/FLAC/
808 /lib/libflac/flac-1.2.1/include/FLAC/Makefile
809
810 # /lib/libflac/flac-1.2.1/include/FLAC++/
811 /lib/libflac/flac-1.2.1/include/FLAC++/Makefile
812
813 # /lib/libflac/flac-1.2.1/include/share/
814 /lib/libflac/flac-1.2.1/include/share/Makefile
815
816 # /lib/libflac/flac-1.2.1/include/share/grabbag/
817 /lib/libflac/flac-1.2.1/include/share/grabbag/Makefile
818
819
820 # /lib/libflac/flac-1.2.1/m4/
821 /lib/libflac/flac-1.2.1/m4/Makefile
822
823 # /lib/libflac/flac-1.2.1/obj/
824 /lib/libflac/flac-1.2.1/obj/Makefile
825
826 # /lib/libflac/flac-1.2.1/obj/debug/
827 /lib/libflac/flac-1.2.1/obj/debug/Makefile
828
829 # /lib/libflac/flac-1.2.1/obj/debug/bin/
830 /lib/libflac/flac-1.2.1/obj/debug/bin/Makefile
831
832 # /lib/libflac/flac-1.2.1/obj/debug/lib/
833 /lib/libflac/flac-1.2.1/obj/debug/lib/Makefile
834
835 # /lib/libflac/flac-1.2.1/obj/release/
836 /lib/libflac/flac-1.2.1/obj/release/Makefile
837
838 # /lib/libflac/flac-1.2.1/obj/release/bin/
839 /lib/libflac/flac-1.2.1/obj/release/bin/Makefile
840
841 # /lib/libflac/flac-1.2.1/obj/release/lib/
842 /lib/libflac/flac-1.2.1/obj/release/lib/Makefile
843
844 # /lib/libflac/flac-1.2.1/src/
845 /lib/libflac/flac-1.2.1/src/Makefile
846
847 # /lib/libflac/flac-1.2.1/src/flac/
848 /lib/libflac/flac-1.2.1/src/flac/Makefile
849
850 # /lib/libflac/flac-1.2.1/src/libFLAC/
851 /lib/libflac/flac-1.2.1/src/libFLAC/Makefile
852
853 # /lib/libflac/flac-1.2.1/src/libFLAC/ia32/
854 /lib/libflac/flac-1.2.1/src/libFLAC/ia32/Makefile
855
856 # /lib/libflac/flac-1.2.1/src/libFLAC/include/
857 /lib/libflac/flac-1.2.1/src/libFLAC/include/Makefile
858
859 # /lib/libflac/flac-1.2.1/src/libFLAC/include/private/
860 /lib/libflac/flac-1.2.1/src/libFLAC/include/private/Makefile
861
862 # /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/
863 /lib/libflac/flac-1.2.1/src/libFLAC/include/protected/Makefile
864
865 # /lib/libflac/flac-1.2.1/src/libFLAC++/
866 /lib/libflac/flac-1.2.1/src/libFLAC++/Makefile
867
868 # /lib/libflac/flac-1.2.1/src/metaflac/
869 /lib/libflac/flac-1.2.1/src/metaflac/Makefile
870
871 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/
872 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/Makefile
873
874 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/
875 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_mac/Makefile
876
877 # /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/
878 /lib/libflac/flac-1.2.1/src/monkeys_audio_utilities/flac_ren/Makefile
879
880 # /lib/libflac/flac-1.2.1/src/plugin_common/
881 /lib/libflac/flac-1.2.1/src/plugin_common/Makefile
882
883 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/
884 /lib/libflac/flac-1.2.1/src/plugin_winamp2/Makefile
885
886 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/
887 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/Makefile
888
889 # /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/
890 /lib/libflac/flac-1.2.1/src/plugin_winamp2/include/winamp2/Makefile
891
892 # /lib/libflac/flac-1.2.1/src/plugin_xmms/
893 /lib/libflac/flac-1.2.1/src/plugin_xmms/Makefile
894
895 # /lib/libflac/flac-1.2.1/src/share/
896 /lib/libflac/flac-1.2.1/src/share/Makefile
897
898 # /lib/libflac/flac-1.2.1/src/share/getopt/
899 /lib/libflac/flac-1.2.1/src/share/getopt/Makefile
900
901 # /lib/libflac/flac-1.2.1/src/share/grabbag/
902 /lib/libflac/flac-1.2.1/src/share/grabbag/Makefile
903
904 # /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/
905 /lib/libflac/flac-1.2.1/src/share/replaygain_analysis/Makefile
906
907 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/
908 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/Makefile
909
910 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/
911 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/Makefile
912
913 # /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/
914 /lib/libflac/flac-1.2.1/src/share/replaygain_synthesis/include/private/Makefile
915
916 # /lib/libflac/flac-1.2.1/src/share/utf8/
917 /lib/libflac/flac-1.2.1/src/share/utf8/Makefile
918
919 # /lib/nosefart/
920 /lib/nosefart/Makefile
921 /lib/nosefart/NoseFart.lib
922 /lib/nosefart/Debug
923 /lib/nosefart/Release
924
925 # /lib/libsidplay2/
926 /lib/libsidplay2/Makefile
927
928 # /lib/libsidplay2/libsidplay/win/VC
929 /lib/libsidplay2/libsidplay/win/VC/Debug
930 /lib/libsidplay2/libsidplay/win/VC/Release
931
932 # /lib/snesapu/SNES/SNESAPU/
933 /lib/snesapu/SNES/SNESAPU/Makefile
934
935 # /lib/stsound/StSoundLibrary/
936 /lib/stsound/StSoundLibrary/Makefile
937 /lib/stsound/StSoundLibrary/StSoundLibrary.lib
938 /lib/stsound/StSoundLibrary/Debug
939 /lib/stsound/StSoundLibrary/Release
940
941 # /lib/timidity/
942 /lib/timidity/Makefile
943
944 # /lib/vgmstream/
945 /lib/vgmstream/Makefile
946
947 # /lib/vgmstream/win32/
948 /lib/vgmstream/win32/Debug
949 /lib/vgmstream/win32/Release
950 /lib/vgmstream/win32/win32.ncb
951 /lib/vgmstream/win32/win32.suo
952 /lib/vgmstream/win32/win32.lib
953
954 # /lib/win32/libmms_win32/
955 /lib/win32/libmms_win32/msvc++/Debug
956 /lib/win32/libmms_win32/msvc++/Release
957
958 # /lib/win32/libsamplerate
959 /lib/win32/libsamplerate/libsamplerate_win32/Debug
960 /lib/win32/libsamplerate/libsamplerate_win32/Release
961
962 # /lib/win32/sqlite
963 /lib/win32/sqlite/libsqlite_win32/Debug
964 /lib/win32/sqlite/libsqlite_win32/Release
965
966 # /lib/win32/vorbisfile/libvorbis/
967 /lib/win32/vorbisfile/libvorbis/config.log
968 /lib/win32/vorbisfile/libvorbis/config.h
969 /lib/win32/vorbisfile/libvorbis/Makefile
970 /lib/win32/vorbisfile/libvorbis/libvorbis.spec
971 /lib/win32/vorbisfile/libvorbis/config.status
972 /lib/win32/vorbisfile/libvorbis/stamp-h1
973 /lib/win32/vorbisfile/libvorbis/configure.lineno
974 /lib/win32/vorbisfile/libvorbis/libtool
975
976 # /lib/win32/vorbisfile/libvorbis/doc/
977 /lib/win32/vorbisfile/libvorbis/doc/Makefile
978
979 # /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/
980 /lib/win32/vorbisfile/libvorbis/doc/vorbisenc/Makefile
981
982 # /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/
983 /lib/win32/vorbisfile/libvorbis/doc/vorbisfile/Makefile
984
985 # /lib/win32/vorbisfile/libvorbis/examples/
986 /lib/win32/vorbisfile/libvorbis/examples/Makefile
987
988 # /lib/win32/vorbisfile/libvorbis/include/
989 /lib/win32/vorbisfile/libvorbis/include/Makefile
990
991 # /lib/win32/vorbisfile/libvorbis/include/vorbis/
992 /lib/win32/vorbisfile/libvorbis/include/vorbis/Makefile
993
994 # /lib/win32/vorbisfile/libvorbis/lib/
995 /lib/win32/vorbisfile/libvorbis/lib/Makefile
996
997 # /lib/win32/vorbisfile/libvorbis/lib/books/
998 /lib/win32/vorbisfile/libvorbis/lib/books/Makefile
999
1000 # /lib/win32/vorbisfile/libvorbis/lib/books/coupled/
1001 /lib/win32/vorbisfile/libvorbis/lib/books/coupled/Makefile
1002
1003 # /lib/win32/vorbisfile/libvorbis/lib/books/floor/
1004 /lib/win32/vorbisfile/libvorbis/lib/books/floor/Makefile
1005
1006 # /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/
1007 /lib/win32/vorbisfile/libvorbis/lib/books/uncoupled/Makefile
1008
1009 # /lib/win32/vorbisfile/libvorbis/lib/modes/
1010 /lib/win32/vorbisfile/libvorbis/lib/modes/Makefile
1011
1012 # /lib/win32/vorbisfile/libvorbis/vq/
1013 /lib/win32/vorbisfile/libvorbis/vq/Makefile
1014
1015 # /lib/win32/vorbisfile/libvorbis/win32/
1016 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Debug
1017 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbis/Release
1018 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Debug
1019 /lib/win32/vorbisfile/libvorbis/win32/VS2008/libvorbisfile/Release
1020
1021 # /lib/win32/vorbisfile/ogg/
1022 /lib/win32/vorbisfile/ogg/config.log
1023 /lib/win32/vorbisfile/ogg/config.h
1024 /lib/win32/vorbisfile/ogg/Makefile
1025 /lib/win32/vorbisfile/ogg/config.status
1026 /lib/win32/vorbisfile/ogg/stamp-h1
1027 /lib/win32/vorbisfile/ogg/libogg.spec
1028 /lib/win32/vorbisfile/ogg/configure.lineno
1029 /lib/win32/vorbisfile/ogg/libtool
1030 /lib/win32/vorbisfile/ogg/win32/Static_Debug/
1031
1032 # /lib/win32/vorbisfile/ogg/doc/
1033 /lib/win32/vorbisfile/ogg/doc/Makefile
1034
1035 # /lib/win32/vorbisfile/ogg/doc/libogg/
1036 /lib/win32/vorbisfile/ogg/doc/libogg/Makefile
1037
1038 # /lib/win32/vorbisfile/ogg/include/
1039 /lib/win32/vorbisfile/ogg/include/Makefile
1040
1041 # /lib/win32/vorbisfile/ogg/include/ogg/
1042 /lib/win32/vorbisfile/ogg/include/ogg/config_types.h
1043 /lib/win32/vorbisfile/ogg/include/ogg/Makefile
1044
1045 # /lib/win32/vorbisfile/ogg/src/
1046 /lib/win32/vorbisfile/ogg/src/Makefile
1047 /lib/win32/vorbisfile/ogg/src/test_bitwise
1048 /lib/win32/vorbisfile/ogg/src/test_framing
1049
1050 # /lib/win32/vorbisfile/ogg/win32/
1051 /lib/win32/vorbisfile/ogg/win32/Makefile
1052 /lib/win32/vorbisfile/ogg/win32/Static_Debug
1053 /lib/win32/vorbisfile/ogg/win32/Static_Release
1054
1055 /xbmc/cores/playercorefactory/Makefile
1056
1057 /xbmc/filesystem/Makefile
1058
1059 # /xbmc/music/karaoke/
1060 /xbmc/music/karaoke/Makefile
1061
1062 # /lib/libapetag/
1063 /lib/libapetag/Makefile
1064 /lib/libapetag/libtool
1065 /lib/libapetag/stamp-h1
1066 /lib/libapetag/config.h
1067 /lib/libapetag/Debug
1068 /lib/libapetag/Release
1069 /lib/libapetag/aclocal.m4
1070 /lib/libapetag/config.guess
1071 /lib/libapetag/config.h.in
1072 /lib/libapetag/config.h.in~
1073 /lib/libapetag/config.sub
1074 /lib/libapetag/configure
1075 /lib/libapetag/depcomp
1076 /lib/libapetag/INSTALL
1077 /lib/libapetag/ltmain.sh
1078 /lib/libapetag/m4/libtool.m4
1079 /lib/libapetag/m4/ltoptions.m4
1080 /lib/libapetag/m4/ltsugar.m4
1081 /lib/libapetag/m4/ltversion.m4
1082 /lib/libapetag/m4/lt~obsolete.m4
1083 /lib/libapetag/Makefile.in
1084 /lib/libapetag/missing
1085
1086 # /lib/cmyth/
1087 /lib/cmyth/Makefile.depend
1088 /lib/cmyth/Win32/libcmyth.lib
1089
1090 # /lib/cmyth/Win32
1091 /lib/cmyth/Win32/Debug
1092 /lib/cmyth/Win32/Release
1093
1094 # lib/cximage-6.0/
1095 /lib/cximage-6.0/Makefile
1096 /lib/cximage-6.0/Debug
1097 /lib/cximage-6.0/Release
1098 /lib/cximage-6.0/*/Debug
1099 /lib/cximage-6.0/*/Release
1100
1101 # /lib/cximage-6.0/zlib/
1102 /lib/cximage-6.0/zlib/zconf.h
1103 /lib/cximage-6.0/zlib/Makefile
1104
1105 # /lib/libexif
1106 /lib/libexif/Makefile
1107 /lib/libexif/Debug (DLL)
1108 /lib/libexif/Release (DLL)
1109 /lib/libexif/libexif.lib
1110
1111 /lib/libhdhomerun/Makefile
1112
1113 # /lib/libhts/Win32
1114 /lib/libhts/Win32/Debug
1115 /lib/libhts/Win32/Release
1116
1117 # /lib/libid3tag/
1118 /lib/libid3tag/Makefile
1119 /lib/libid3tag/libid3tag/autom4te.cache
1120 /lib/libid3tag/libid3tag/configure
1121 /lib/libid3tag/libid3tag/Makefile
1122 /lib/libid3tag/libid3tag/compat.c
1123 /lib/libid3tag/libid3tag/config.h
1124 /lib/libid3tag/libid3tag/frametype.c
1125 /lib/libid3tag/libid3tag/libid3tag.list
1126 /lib/libid3tag/libid3tag/libtool
1127 /lib/libid3tag/libid3tag/stamp-h1
1128 /lib/libid3tag/libid3tag/msvc++/Makefile
1129 /lib/libid3tag/libid3tag/msvc++/libid3tag.lib
1130 /lib/libid3tag/libid3tag/msvc++/Debug
1131 /lib/libid3tag/libid3tag/msvc++/Release
1132 /lib/libid3tag/libid3tag/aclocal.m4
1133 /lib/libid3tag/libid3tag/config.guess
1134 /lib/libid3tag/libid3tag/config.h.in
1135 /lib/libid3tag/libid3tag/config.h.in~
1136 /lib/libid3tag/libid3tag/config.sub
1137 /lib/libid3tag/libid3tag/depcomp
1138 /lib/libid3tag/libid3tag/INSTALL
1139 /lib/libid3tag/libid3tag/install-sh
1140 /lib/libid3tag/libid3tag/ltmain.sh
1141 /lib/libid3tag/libid3tag/Makefile.in
1142 /lib/libid3tag/libid3tag/missing
1143 /lib/libid3tag/libid3tag/mkinstalldirs
1144 /lib/libid3tag/libid3tag/msvc++/Makefile.in
1145
1146
1147 # /xbmc/interfaces/
1148 /xbmc/interfaces/Makefile
1149 /xbmc/interfaces/python/Makefile
1150 /xbmc/interfaces/python/xbmcmodule/Makefile
1151 /xbmc/interfaces/python/linux/Makefile
1152 /xbmc/interfaces/python/linux/wrapper_python.def
1153
1154 # /xbmc/network/
1155 /xbmc/network/Makefile
1156
1157 /lib/python/Makefile
1158 /lib/python/Include/pyconfig.h
1159 /lib/python/Makefile.pre
1160 /lib/python/Modules/Setup
1161 /lib/python/Modules/Setup.config
1162 /lib/python/Modules/Setup.local
1163 /lib/python/Modules/config.c
1164 /lib/python/Parser/pgen
1165 /lib/python/Parser/pgen.exe
1166 /lib/python/PC/pythonnt_rc.h
1167 /lib/python/build/
1168 /lib/python/buildno
1169 /lib/python/pyconfig.h
1170 /lib/python/pyconfig.hbak
1171 /lib/python/python
1172 /lib/python/python.exe
1173 /lib/python/Mac/Python/
1174 /lib/python/PC/pythonnt_rc_d.h
1175
1176 # /lib/libRTV/
1177 /lib/libRTV/Makefile
1178 /lib/libRTV/Debug
1179 /lib/libRTV/Release
1180
1181 /lib/libsquish/Makefile
1182 /lib/libsquish/lib/squishd.lib
1183 /lib/libsquish/lib/squish.lib
1184 /lib/libsquish/vs7/squish/Debug
1185 /lib/libsquish/vs7/squish/Release
1186
1187 /lib/libUPnP/Makefile
1188
1189 # /lib/libXDAAP
1190 /lib/libXDAAP/Makefile
1191 /lib/libXDAAP/libXDAAP_win32/Debug
1192 /lib/libXDAAP/libXDAAP_win32/Release
1193
1194 # /xbmc/osx/
1195 /xbmc/osx/Makefile
1196
1197 # /portable_data
1198 /portable_data
1199
1200 /xbmc/screensavers/Makefile
1201
1202 /xbmc/screensavers/rsxs-0.9/Makefile
1203 /xbmc/screensavers/rsxs-0.9/configure
1204 /xbmc/screensavers/rsxs-0.9/config.h
1205 /xbmc/screensavers/rsxs-0.9/config.log
1206 /xbmc/screensavers/rsxs-0.9/config/Makefile
1207 /xbmc/screensavers/rsxs-0.9/lib/Makefile
1208 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile
1209 /xbmc/screensavers/rsxs-0.9/src/Makefile
1210 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile
1211 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile
1212 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile
1213 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile
1214 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile
1215 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile
1216 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile
1217 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile
1218 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile
1219 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile
1220 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile
1221 /xbmc/screensavers/rsxs-0.9/xbmc/Makefile
1222 /xbmc/screensavers/rsxs-0.9/autom4te.cache/
1223 /xbmc/screensavers/rsxs-0.9/lib/alloca.h
1224 /xbmc/screensavers/rsxs-0.9/lib/argz.h
1225 /xbmc/screensavers/rsxs-0.9/lib/getopt.h
1226 /xbmc/screensavers/rsxs-0.9/rsxs.spec
1227 /xbmc/screensavers/rsxs-0.9/src/.dirstamp
1228 /xbmc/screensavers/rsxs-0.9/src/euphoria/rs-euphoria
1229 /xbmc/screensavers/rsxs-0.9/src/plasma/rs-plasma
1230 /xbmc/screensavers/rsxs-0.9/src/solarwinds/rs-solarwinds
1231 /xbmc/screensavers/rsxs-0.9/stamp-h1
1232 /xbmc/screensavers/rsxs-0.9/aclocal.m4
1233 /xbmc/screensavers/rsxs-0.9/compile
1234 /xbmc/screensavers/rsxs-0.9/config.guess
1235 /xbmc/screensavers/rsxs-0.9/config.h.in
1236 /xbmc/screensavers/rsxs-0.9/config.h.in~
1237 /xbmc/screensavers/rsxs-0.9/config.sub
1238 /xbmc/screensavers/rsxs-0.9/config/Makefile.in
1239 /xbmc/screensavers/rsxs-0.9/depcomp
1240 /xbmc/screensavers/rsxs-0.9/INSTALL
1241 /xbmc/screensavers/rsxs-0.9/install-sh
1242 /xbmc/screensavers/rsxs-0.9/lib/Makefile.in
1243 /xbmc/screensavers/rsxs-0.9/libltdl/Makefile.in
1244 /xbmc/screensavers/rsxs-0.9/Makefile.in
1245 /xbmc/screensavers/rsxs-0.9/missing
1246 /xbmc/screensavers/rsxs-0.9/src/cyclone/Makefile.in
1247 /xbmc/screensavers/rsxs-0.9/src/euphoria/Makefile.in
1248 /xbmc/screensavers/rsxs-0.9/src/fieldlines/Makefile.in
1249 /xbmc/screensavers/rsxs-0.9/src/flocks/Makefile.in
1250 /xbmc/screensavers/rsxs-0.9/src/flux/Makefile.in
1251 /xbmc/screensavers/rsxs-0.9/src/helios/Makefile.in
1252 /xbmc/screensavers/rsxs-0.9/src/hyperspace/Makefile.in
1253 /xbmc/screensavers/rsxs-0.9/src/lattice/Makefile.in
1254 /xbmc/screensavers/rsxs-0.9/src/Makefile.in
1255 /xbmc/screensavers/rsxs-0.9/src/plasma/Makefile.in
1256 /xbmc/screensavers/rsxs-0.9/src/skyrocket/Makefile.in
1257 /xbmc/screensavers/rsxs-0.9/src/solarwinds/Makefile.in
1258
1259 /xbmc/visualizations/DirectXSpectrum/Debug (DirectX)
1260 /xbmc/visualizations/DirectXSpectrum/Release (DirectX)
1261
1262 xbmc/visualizations/EGLHelpers/Makefile
1263
1264 /xbmc/visualizations/Goom/Makefile
1265 /xbmc/visualizations/Goom/goom2k4-0/aclocal.m4
1266 /xbmc/visualizations/Goom/goom2k4-0/configure
1267 /xbmc/visualizations/Goom/goom2k4-0/INSTALL
1268 /xbmc/visualizations/Goom/goom2k4-0/Makefile.in
1269 /xbmc/visualizations/Goom/goom2k4-0/config.guess
1270 /xbmc/visualizations/Goom/goom2k4-0/config.sub
1271 /xbmc/visualizations/Goom/goom2k4-0/depcomp
1272 /xbmc/visualizations/Goom/goom2k4-0/install-sh
1273 /xbmc/visualizations/Goom/goom2k4-0/ltmain.sh
1274 /xbmc/visualizations/Goom/goom2k4-0/missing
1275 /xbmc/visualizations/Goom/goom2k4-0/sdl-goom/Makefile.in
1276 /xbmc/visualizations/Goom/goom2k4-0/src/Makefile.in
1277 /xbmc/visualizations/Goom/goom2k4-0/xmms-goom/Makefile.in
1278 /xbmc/visualizations/Goom/goom2k4-0/ylwrap
1279
1280 /xbmc/visualizations/Milkdrop/Debug
1281 /xbmc/visualizations/Milkdrop/Release
1282
1283 /xbmc/visualizations/OpenGLSpectrum/Makefile
1284
1285 /xbmc/visualizations/WaveForm/Makefile
1286 /xbmc/visualizations/WaveForm/Debug (DirectX)
1287 /xbmc/visualizations/WaveForm/Release (DirectX)
1288
1289 /xbmc/visualizations/iTunes/Makefile
1290
1291 /xbmc/visualizations/XBMCProjectM/Makefile
1292 /xbmc/visualizations/XBMCProjectM/libprojectM/Makefile
1293 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeCache.txt
1294 /xbmc/visualizations/XBMCProjectM/libprojectM/CMakeFiles/
1295 /xbmc/visualizations/XBMCProjectM/libprojectM/cmake_install.cmake
1296 /xbmc/visualizations/XBMCProjectM/libprojectM/config.inp
1297
1298 /xbmc/win32/git_rev.h
1299
1300 /addons/library.xbmc.addon/libXBMC_addon.dll
1301 /addons/library.xbmc.addon/libXBMC_addon.lib
1302 /addons/library.xbmc.gui/libXBMC_gui.dll
1303 /addons/library.xbmc.gui/libXBMC_gui.lib
1304 /addons/library.xbmc.pvr/libXBMC_pvr.dll
1305 /addons/library.xbmc.pvr/libXBMC_pvr.lib