distribution/.gitignore
2022-08-10 17:31:51 -04:00

58 lines
563 B
Text

* text=auto eol=lf
*.patch -text
# build directorys
/build.*
/.fakeroot.*
/.egg_cache
/.ccache-*
/.env
# 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
# vim swap files
*.swp
# crap
.DS_Store
.directory
repo/
repo
local.conf
sx05re-kodi*.log
packages/sx05re/experimental/
release/
.lastbuild
SOURCES