mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
.gitignore: add .work/ directory, add some comments
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
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/
|
||||||
|
|||||||
Reference in New Issue
Block a user