mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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.*/
|
||||
.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_*
|
||||
|
||||
# private working directory
|
||||
.work/
|
||||
/.work/
|
||||
|
Loading…
x
Reference in New Issue
Block a user