mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 19:26:50 +00:00
.gitignore: add .work/ directory, add some comments
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5f6b10503e
commit
c634c213ab
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,10 +1,17 @@
|
|||||||
|
# build directorys
|
||||||
build.*/
|
build.*/
|
||||||
.fakeroot.*
|
.fakeroot.*
|
||||||
|
|
||||||
|
# automatically downloaded source files
|
||||||
sources/
|
sources/
|
||||||
.stamps/
|
.stamps/
|
||||||
|
|
||||||
|
# prebuild target binarys to provide
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# scripts for getting and packing source packages
|
||||||
tools/mkpkg/*
|
tools/mkpkg/*
|
||||||
!tools/mkpkg/mkpkg_*
|
!tools/mkpkg/mkpkg_*
|
||||||
|
|
||||||
|
# private working directory
|
||||||
|
.work/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user