.gitignore: update .gitignore

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-07 22:07:47 +02:00
parent 1e80376aed
commit c2f81e7428

16
.gitignore vendored
View File

@ -1,17 +1,17 @@
# build directorys
build.*/
.fakeroot.*
/build.*/
/.fakeroot.*
# automatically downloaded source files
sources/
.stamps/
/sources/
/.stamps/
# prebuild target binarys to provide
target/
/target/
# scripts for getting and packing source packages
tools/mkpkg/*
!tools/mkpkg/mkpkg_*
/tools/mkpkg/*
!/tools/mkpkg/mkpkg_*
# private working directory
.work/
/.work/