.gitignore: add .work/ directory, add some comments

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-27 19:58:10 +02:00
parent 5f6b10503e
commit c634c213ab

7
.gitignore vendored
View File

@ -1,10 +1,17 @@
# 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/