From ce588c01d854ec5f3a8c2d180edc40b592ac2a2d Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 29 Oct 2015 16:20:47 -0700 Subject: [PATCH] Add new temp directory to .gitignore. Signed-off-by: Alexey Neyman --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7854d8b2..1a510d71 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ build.log .build/ # .. and the legacy location targets/ +# .. and log for 'build-all' +.build-all