tools/health-check: ignore more video file types for newline check

We are going a add a couple of .vp9 and .ivf files, these are binary and
do not need to end with a newline.

BUG=b:214478588
TEST=./tools/health-check passes with crrev.com/c/3875043

Change-Id: Ic4e434616ed880dbff5dae76108e8d6692d80584
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3990145
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
Auto-Submit: Alexandre Courbot <acourbot@chromium.org>
This commit is contained in:
Alexandre Courbot 2022-10-28 11:50:08 +09:00 committed by crosvm LUCI
parent aa9bc60dc8
commit 0fbe82466f

View file

@ -302,6 +302,8 @@ CHECKS: List[Check] = [
exclude=[ exclude=[
"**.h264", "**.h264",
"**.vp8", "**.vp8",
"**.vp9",
"**.ivf",
"**.bin", "**.bin",
"**.png", "**.png",
"**.min.js", "**.min.js",