From e070ad03e7e3bcd22176fee17c49a00156f5d631 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 21 Jun 2016 15:46:33 -0700 Subject: [PATCH] gitignore: ignore 3rdparty/blobs This directory gets populated at times, but is not under coreboot git control. Let's just exclude it from the view what 'git status' command is ran. BRANCH=none BUG=none TEST='git status' does not return anything any more. Change-Id: I27b13f5912d854d0f6618d7f44b61e7597138323 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/354670 Reviewed-by: Aaron Durbin --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2061f00137..95e2f6572c 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,6 @@ documentation/skconfig.tex documentation/socketfkconfig.tex doxygen/* + +# blobs needed to build some boards, not under git control +3rdparty/blobs/