mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge branch 'openelec-next' of git://github.com/OpenELEC/OpenELEC.tv into openelec-pvr
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user