From 87c52658c97f5602a1533b817e03f1b135fbd398 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 13 May 2016 10:06:10 +1200 Subject: [PATCH] gitignore: ignore library bin directories The Ubuntu 10.04 autobuilds on sn-devel build the lib/* libraries into their own bin subdirectories; for example lib/ldb uses lib/ldb/bin. A recent commit broke these autobuilds by un-hiding these directories from git. Fixes c2649352e0917c3c2bcf1b7ad74d73d21e73be9c (".gitignore: don;t accidentally ignore some files"). Signed-off-by: Douglas Bagnall Reviewed-by: Garming Sam --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5bad92c3832..33e8fc5da50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /bin/ +/lib/*/bin/ /st/ .waf* .lock-wscript