.gitignore 477 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # build directorys
  2. /build.*/
  3. /builds
  4. /.fakeroot.*
  5. # automatically downloaded source files
  6. /sources/
  7. # prebuild target binarys to provide
  8. /target/
  9. # mkpkg temp
  10. mkpkg-temp
  11. # options
  12. /.libreelec
  13. # private working directory
  14. /.work/
  15. # dedicated filesystem
  16. /lost+found/
  17. # symlinks...
  18. /sources
  19. /.work
  20. # ccache
  21. /.ccache/
  22. # backup files
  23. *.orig
  24. # crap
  25. .DS_Store
  26. .directory
  27. # ignore git repos from update scripts
  28. tools/mkpkg/*.git
  29. # ignore old linux configs
  30. projects/**/*.old