Message ID | 20200827104838.36072-1-wl@xen.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | gitignore: ignore ebmalloc.c soft link | expand |
On 27.08.2020 12:48, Wei Liu wrote: > A previous commit split ebmalloc to its own translation unit but forgot > to modify gitignore. > > Fixes: 8856a914bffd ("build: also check for empty .bss.* in .o -> .init.o conversion") > Signed-off-by: Wei Liu <wl@xen.org> Acked-by: Jan Beulich <jbeulich@suse.com> Thanks, and I'm sorry for not having paid attention myself. Jan
diff --git a/.gitignore b/.gitignore index 36ce2ea104ac..0f03518f9178 100644 --- a/.gitignore +++ b/.gitignore @@ -296,6 +296,7 @@ xen/arch/*/xen.lds xen/arch/*/asm-offsets.s xen/arch/*/efi/boot.c xen/arch/*/efi/compat.c +xen/arch/*/efi/ebmalloc.c xen/arch/*/efi/efi.h xen/arch/*/efi/runtime.c xen/common/config_data.S
A previous commit split ebmalloc to its own translation unit but forgot to modify gitignore. Fixes: 8856a914bffd ("build: also check for empty .bss.* in .o -> .init.o conversion") Signed-off-by: Wei Liu <wl@xen.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+)