0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-03 09:55:21 +00:00
Files
Lakka-LibreELEC/.gitignore
luzpaz 91a4766cef treewide: fix typos
Found via `codespell -q 3 -S "*.patch,*.po" -L acount,afile,distroname,parm,serie,synopsys`
2025-02-03 07:04:59 -05:00

43 lines
478 B
Plaintext

# build directories
/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
.directory
# ignore git repos from update scripts
tools/mkpkg/*.git
# ignore old linux configs
projects/**/*.old