Adds /roms/vgabios to .gitignore - this directory appears after the build, and was not ignored by Git so far.
Signed-off-by: Leonid Bloch <lbl...@janustech.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5668d02782..2b3b30ae9f 100644 --- a/.gitignore +++ b/.gitignore @@ -212,3 +212,4 @@ trace-dtrace-root.dtrace trace-ust-all.h trace-ust-all.c /target/arm/decode-sve.inc.c +/roms/vgabios -- 2.17.1