1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Lakka-rk322x/.gitignore
MilhouseVH 06e0928840 Merge pull request from InuSasha/features/build-root
buildsystem: add possibility to move the build paths outside the git …
2020-01-08 15:21:22 +00:00

37 lines
373 B
Plaintext

# 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
.directory