From c2f81e742846e4070808766ac62084a2e54d0667 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 7 May 2011 22:07:47 +0200 Subject: [PATCH] .gitignore: update .gitignore Signed-off-by: Stephan Raue --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0e55a33021..db0a5ca9c1 100644 --- a/.gitignore +++ b/.gitignore @@ -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/