mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
.gitignore: update .gitignore
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1e80376aed
commit
c2f81e7428
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,17 +1,17 @@
|
|||||||
# build directorys
|
# build directorys
|
||||||
build.*/
|
/build.*/
|
||||||
.fakeroot.*
|
/.fakeroot.*
|
||||||
|
|
||||||
# automatically downloaded source files
|
# automatically downloaded source files
|
||||||
sources/
|
/sources/
|
||||||
.stamps/
|
/.stamps/
|
||||||
|
|
||||||
# prebuild target binarys to provide
|
# prebuild target binarys to provide
|
||||||
target/
|
/target/
|
||||||
|
|
||||||
# scripts for getting and packing source packages
|
# scripts for getting and packing source packages
|
||||||
tools/mkpkg/*
|
/tools/mkpkg/*
|
||||||
!tools/mkpkg/mkpkg_*
|
!/tools/mkpkg/mkpkg_*
|
||||||
|
|
||||||
# private working directory
|
# private working directory
|
||||||
.work/
|
/.work/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user