Merge branch 'openelec-next' of git://github.com/OpenELEC/OpenELEC.tv into openelec-pvr

This commit is contained in:
Stephan Raue
2011-05-09 12:01:26 +02:00
55 changed files with 120571 additions and 240 deletions

16
.gitignore vendored
View File

@@ -1,20 +1,20 @@
# build directorys
build.*/
.fakeroot.*
/build.*/
/.fakeroot.*
# automatically downloaded source files
sources/
.stamps/
/sources/
/.stamps/
# prebuild target binarys to provide
target/
/target/
# scripts for getting and packing source packages
tools/mkpkg/*
!tools/mkpkg/mkpkg_*
/tools/mkpkg/*
!/tools/mkpkg/mkpkg_*
# mkpkg temp
mkpkg-temp
# private working directory
.work/
/.work/