mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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 <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/354670 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4702f2ef30
commit
e070ad03e7
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -116,3 +116,6 @@ documentation/skconfig.tex
|
|||
documentation/socketfkconfig.tex
|
||||
|
||||
doxygen/*
|
||||
|
||||
# blobs needed to build some boards, not under git control
|
||||
3rdparty/blobs/
|
||||
|
|
Loading…
Add table
Reference in a new issue