Files
Arch-R/.gitignore
Stephan Raue c2f81e7428 .gitignore: update .gitignore
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-05-07 22:07:47 +02:00

18 lines
275 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_*
# private working directory
/.work/