Lakka-LibreELEC/.gitignore

43 lines
477 B
Plaintext
Raw Normal View History

# build directorys
/build.*/
/builds
/.fakeroot.*
# automatically downloaded source files
/sources/
# prebuild target binarys to provide
/target/
# mkpkg temp
mkpkg-temp
# options
/.libreelec
# private working directory
/.work/
# dedicated filesystem
/lost+found/
# symlinks...
/sources
/.work
# ccache
/.ccache/
# backup files
*.orig
# crap
.DS_Store
2017-08-04 17:15:42 -04:00
.directory
# ignore git repos from update scripts
tools/mkpkg/*.git
2021-03-11 12:58:37 -05:00
# ignore old linux configs
projects/**/*.old