mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
21 lines
292 B
Plaintext
21 lines
292 B
Plaintext
# build directorys
|
|
build.*/
|
|
.fakeroot.*
|
|
|
|
# automatically downloaded source files
|
|
sources/
|
|
.stamps/
|
|
|
|
# prebuild target binarys to provide
|
|
target/
|
|
|
|
# scripts for getting and packing source packages
|
|
tools/mkpkg/*
|
|
!tools/mkpkg/mkpkg_*
|
|
|
|
# mkpkg temp
|
|
mkpkg-temp
|
|
|
|
# private working directory
|
|
.work/
|