.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 directorys
build.*/ /build.*/
.fakeroot.* /.fakeroot.*
# automatically downloaded source files # automatically downloaded source files
sources/ /sources/
.stamps/ /.stamps/
# prebuild target binarys to provide # prebuild target binarys to provide
target/ /target/
# scripts for getting and packing source packages # scripts for getting and packing source packages
tools/mkpkg/* /tools/mkpkg/*
!tools/mkpkg/mkpkg_* !/tools/mkpkg/mkpkg_*
# private working directory # private working directory
.work/ /.work/