Hi Julien, This one passed through my filtering, sorry for that.
> On 12 Aug 2022, at 20:19, Julien Grall <[email protected]> wrote: > > From: Julien Grall <[email protected]> > > Xen build system the symbolic link xen/arch/arm/efi/stub.c. So we want > to ignore it. > > Fixes: 7f96859b0d00 ("xen: reuse x86 EFI stub functions for Arm") > Signed-off-by: Julien Grall <[email protected]> Reviewed-by: Bertrand Marquis <[email protected]> Cheers Bertrand > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index ed7bd8bdc76c..0d53eb304993 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -295,6 +295,7 @@ xen/.config > xen/.config.old > xen/.xen.elf32 > xen/System.map > +xen/arch/arm/efi/stub.c > xen/arch/x86/boot/mkelf32 > xen/arch/x86/boot/cmdline.S > xen/arch/x86/boot/reloc.S > -- > 2.37.1 >
