From c634c213ab659eaecf988720de97d0d5c300db2c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 27 Jun 2010 19:58:10 +0200 Subject: [PATCH] .gitignore: add .work/ directory, add some comments Signed-off-by: Stephan Raue --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8bb4bbcba5..0e55a33021 100644 --- a/.gitignore +++ b/.gitignore @@ -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/