diff mbox series

gitignore: ignore ebmalloc.c soft link

Message ID 20200827104838.36072-1-wl@xen.org (mailing list archive)
State New, archived
Headers show
Series gitignore: ignore ebmalloc.c soft link | expand

Commit Message

Wei Liu Aug. 27, 2020, 10:48 a.m. UTC
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(+)

Comments

Jan Beulich Aug. 27, 2020, 10:56 a.m. UTC | #1
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 mbox series

Patch

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