Lakka/.gitignore
Stephan Raue 5d4c841668 update .gitignore
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-05 17:54:04 +01:00

31 lines
372 B
Plaintext

# build directorys
/build.*/
/.fakeroot.*
# automatically downloaded source files
/sources/
/.stamps/
# prebuild target binarys to provide
/target/
# scripts for getting and packing source packages
/tools/mkpkg/*
!/tools/mkpkg/mkpkg_*
# mkpkg temp
mkpkg-temp
# private working directory
/.work/
# symlinks...
/sources
/.work
# backup files
*.orig
# crap
.DS_Store