From cb99078ef994157abc8a60bc1fa04ad71752a21b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 7 Jun 2017 15:09:57 +0100 Subject: [PATCH] xen/test/livepatch: Add xen_nop.livepatch to .gitignore Signed-off-by: Ian Jackson Reviewed-by: Konrad Rzeszutek Wilk Acked-by: Jan Beulich Acked-by: Wei Liu Release-acked-by: Julien Grall (cherry picked from commit 5225e70ccbb02f786647eddfeb65d6db1e230782) (cherry picked from commit c40237fb500be05aee6869f5c2da5aa6f1a86f76) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a2f34a14cb..c910f1e43c 100644 --- a/.gitignore +++ b/.gitignore @@ -276,6 +276,7 @@ xen/include/xen/compile.h xen/test/livepatch/config.h xen/test/livepatch/xen_bye_world.livepatch xen/test/livepatch/xen_hello_world.livepatch +xen/test/livepatch/xen_nop.livepatch xen/test/livepatch/xen_replace_world.livepatch xen/tools/kconfig/.tmp_gtkcheck xen/tools/kconfig/.tmp_qtcheck -- 2.39.5