diff options
author | elupus <elupus@svn> | 2010-04-24 16:29:40 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-04-24 16:29:40 +0000 |
commit | f9cd12a1ce166540f65fea54f57e0093a59c3642 (patch) | |
tree | 8ac1d70833006bb9bd06c9a312646aa0a42c6897 /.gitignore | |
parent | cef7dcd273da0136a102728e7218b23399501f34 (diff) |
added: the new win32 built dll to .gitignore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29480 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 82ec92232d..8e96c85c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -114,13 +114,23 @@ config.log # /system/ /system/profiles.xml +/system/libid3tag.dll /system/players/paplayer/wavpack.dll /system/players/paplayer/libmodplug.dll /system/players/paplayer/StSoundLibrary.dll +/system/players/paplayer/vorbisfile.dll +/system/players/paplayer/vgmstream.dll +/system/players/paplayer/NoseFart.dll +/system/players/paplayer/AC3Codec.dll +/system/players/paplayer/libsidplay2.dll +/system/players/paplayer/adpcm.dll +/system/players/dvdplayer/libmad.dll +/system/players/dvdplayer/libdts.dll + # /addons/ -/addons/vis.dxspectrum/*.vis -/addons/vis.waveform/*.vis +/addons/com.nullsoft.milkdrop.xbmc/*.vis +/addons/org.xbmc.addons.dxspectrum/*.vis # /tools/Changelog/ /tools/Changelog/Changelog.txt @@ -241,6 +251,7 @@ config.log /xbmc/cores/dvdplayer/Codecs/libdts/config.status /xbmc/cores/dvdplayer/Codecs/libdts/stamp-h1 /xbmc/cores/dvdplayer/Codecs/libdts/configure.lineno +/xbmc/cores/dvdplayer/Codecs/libdts/vc++/libdts.lib # /xbmc/cores/dvdplayer/Codecs/libdts/autotools/ /xbmc/cores/dvdplayer/Codecs/libdts/autotools/Makefile @@ -339,6 +350,7 @@ config.log /xbmc/cores/dvdplayer/Codecs/libfaad2/configure.lineno /xbmc/cores/dvdplayer/Codecs/libfaad2/libtool /xbmc/cores/dvdplayer/Codecs/libfaad2/faad2.spec +/xbmc/cores/dvdplayer/Codecs/libfaad2/libfaad/ReleaseDLL # /xbmc/cores/dvdplayer/Codecs/libfaad2/common/ /xbmc/cores/dvdplayer/Codecs/libfaad2/common/Makefile @@ -376,6 +388,7 @@ config.log # /xbmc/cores/dvdplayer/Codecs/libmad/msvc++/ /xbmc/cores/dvdplayer/Codecs/libmad/msvc++/Makefile +/xbmc/cores/dvdplayer/Codecs/libmad/msvc++/libmad.lib # /xbmc/cores/dvdplayer/Codecs/libmpeg2/ /xbmc/cores/dvdplayer/Codecs/libmpeg2/config.log @@ -415,9 +428,14 @@ config.log # /xbmc/cores/paplayer/AC3Codec/ /xbmc/cores/paplayer/AC3Codec/Makefile +/xbmc/cores/paplayer/AC3Codec/vc++/AC3Codec.lib + +# /xbmc/cores/paplayer/NSFCodec/ +/xbmc/cores/paplayer/NSFCodec/NoseFart.lib # /xbmc/cores/paplayer/ADPCMCodec/ /xbmc/cores/paplayer/ADPCMCodec/Makefile +/xbmc/cores/paplayer/ADPCMCodec/adpcm.lib # /xbmc/cores/paplayer/FLACCodec/flac-1.2.1/ /xbmc/cores/paplayer/FLACCodec/flac-1.2.1/Makefilee @@ -578,6 +596,7 @@ config.log # /xbmc/cores/paplayer/YMCodec/StSoundLibrary/ /xbmc/cores/paplayer/YMCodec/StSoundLibrary/Makefile +/xbmc/cores/paplayer/YMCodec/StSoundLibrary/StSoundLibrary.lib # /xbmc/cores/paplayer/ogg/ @@ -595,6 +614,7 @@ config.log /xbmc/cores/paplayer/vgmstream/win32/Release /xbmc/cores/paplayer/vgmstream/win32/win32.ncb /xbmc/cores/paplayer/vgmstream/win32/win32.suo +/xbmc/cores/paplayer/vgmstream/win32/win32.lib # /xbmc/cores/paplayer/vorbisfile/ /xbmc/cores/paplayer/vorbisfile/Makefile @@ -657,6 +677,7 @@ config.log /xbmc/cores/paplayer/vorbisfile/ogg/libogg.spec /xbmc/cores/paplayer/vorbisfile/ogg/configure.lineno /xbmc/cores/paplayer/vorbisfile/ogg/libtool +/xbmc/cores/paplayer/vorbisfile/ogg/win32/Static_Debug/ # /xbmc/cores/paplayer/vorbisfile/ogg/doc/ /xbmc/cores/paplayer/vorbisfile/ogg/doc/Makefile @@ -695,6 +716,8 @@ config.log /xbmc/lib/libshout/Makefile /xbmc/lib/libsquish/Makefile +/xbmc/lib/libsquish/lib/squishd.lib +/xbmc/lib/libsquish/lib/squish.lib # /xbmc/lib/cmyth/ /xbmc/lib/cmyth/Makefile.depend @@ -855,6 +878,7 @@ config.log /xbmc/lib/libid3tag/libid3tag/libtool /xbmc/lib/libid3tag/libid3tag/stamp-h1 /xbmc/lib/libid3tag/libid3tag/msvc++/Makefile +/xbmc/lib/libid3tag/libid3tag/msvc++/libid3tag.lib /xbmc/lib/libhttpapi/Makefile |