diff options
author | CrystalP <CrystalP@xbmc.org> | 2011-02-07 01:19:01 -0500 |
---|---|---|
committer | CrystalP <CrystalP@xbmc.org> | 2011-02-07 01:19:01 -0500 |
commit | 7f98e79b714b47b2e2107fab5397da54d372768f (patch) | |
tree | b3668813574e58b2170b8f4c05e88676112979c2 | |
parent | 14b3d185e825943868b15992f4fed651a99d4ffa (diff) |
[WIN32] add the dlls built with mingw to .gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6bbec30e5a..ff3c15fde7 100644 --- a/.gitignore +++ b/.gitignore @@ -339,12 +339,20 @@ config.log /system/cdrip/lame_enc.dll # /system/players/dvdplayer +/system/players/dvdplayer/avcodec-52.dll +/system/players/dvdplayer/avcore-0.dll +/system/players/dvdplayer/avformat-52.dll +/system/players/dvdplayer/avutil-50.dll /system/players/dvdplayer/freetype6.dll /system/players/dvdplayer/libass.dll +/system/players/dvdplayer/libdvdcss-2.dll +/system/players/dvdplayer/libdvdnav.dll /system/players/dvdplayer/libexpat-1.dll /system/players/dvdplayer/libfaad.dll /system/players/dvdplayer/libfontconfig-1.dll /system/players/dvdplayer/librtmp.dll +/system/players/dvdplayer/postproc-51.dll +/system/players/dvdplayer/swscale-0.6.1.dll # /system/players/paplayer /system/players/paplayer/wavpack.dll |