diff options
author | h.udo <hudokkow@gmail.com> | 2016-04-12 21:52:50 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2016-04-12 21:52:50 +0100 |
commit | c69477ee1e6f69aa25f6ced629514473f181c041 (patch) | |
tree | 3596e565eeb6d981babb3caed546ba5632d8ed3c /.gitignore | |
parent | c00c321c2e23847f8c20d8c50b24118bc7ddd9c1 (diff) |
[gitignore][ci skip] Add artifacts
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3ce2d5f839..359c841b97 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,7 @@ cmake_install.cmake /lib/addons/library.kodi.audioengine/Makefile /lib/addons/library.kodi.audioengine/project/VS2010Express/Release/ /lib/addons/library.kodi.audioengine/project/VS2010Express/Debug/ +/lib/addons/library.kodi.inputstream/Makefile /lib/addons/library.kodi.peripheral/project/VS2010Express/Release /lib/addons/library.kodi.peripheral/project/VS2010Express/Debug @@ -348,6 +349,16 @@ lib/cpluff/stamp-h1 /tools/depends/target/ffmpeg/ffmpeg-*-*.tar.gz /tools/depends/target/ffmpeg/ffmpeg-*-*/ /tools/depends/target/ffmpeg/ffmpeg-install/ +/tools/depends/target/ffmpeg/ffmpeg-release/ +/tools/depends/target/libdvdcss/dvdcss-install/ +/tools/depends/target/libdvdcss/libdvdcss-*.tar.gz +/tools/depends/target/libdvdcss/native/ +/tools/depends/target/libdvdnav/dvdnav-install/ +/tools/depends/target/libdvdnav/libdvdnav-*.tar.gz +/tools/depends/target/libdvdnav/native/ +/tools/depends/target/libdvdread/dvdread-install/ +/tools/depends/target/libdvdread/libdvdread-*.tar.gz +/tools/depends/target/libdvdread/native/ /tools/depends/target/Toolchain_binaddons.cmake /tools/depends/target/config-binaddons.site @@ -426,6 +437,7 @@ lib/cpluff/stamp-h1 /xbmc/cores/VideoPlayer/DVDCodecs/Video/Makefile /xbmc/cores/VideoPlayer/DVDDemuxers/Makefile /xbmc/cores/VideoPlayer/DVDSubtitles/Makefile +/xbmc/cores/VideoPlayer/Process/Makefile /xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/Makefile /xbmc/cores/omxplayer/Makefile /xbmc/cores/paplayer/Makefile @@ -511,6 +523,7 @@ lib/cpluff/stamp-h1 /lib/libdvd/bin /lib/libdvd/include /lib/libdvd/lib +/lib/libdvd/Makefile /lib/libdvd/share #/lib/win32 |