Lakka-LibreELEC/.gitignore

41 lines
No EOL
436 B
Text

# build directorys
/build.*/
/.fakeroot.*
# automatically downloaded source files
/sources/
/.stamps/
# 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
.directory
.idea
# created by docker container
.bash_history
.wget-hsts