[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs



Instead of ignoring xen.lds and asm-offsets.s for every specific arch,
let's instead just use gitignore's wildcard feature to ignore them for
all archs.

Signed-off-by: Alistair Francis <alistair.francis@xxxxxxx>
---
 .gitignore | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 049ccb87e1..a77cbff02c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -279,12 +279,8 @@ xen/.banner
 xen/.config
 xen/.config.old
 xen/System.map
-xen/arch/arm/asm-offsets.s
-xen/arch/arm/xen.lds
 xen/arch/x86/asm-macros.i
-xen/arch/x86/asm-offsets.s
 xen/arch/x86/boot/mkelf32
-xen/arch/x86/xen.lds
 xen/arch/x86/boot/cmdline.S
 xen/arch/x86/boot/reloc.S
 xen/arch/x86/boot/*.bin
@@ -292,6 +288,8 @@ xen/arch/x86/boot/*.lnk
 xen/arch/x86/efi.lds
 xen/arch/x86/efi/check.efi
 xen/arch/x86/efi/mkreloc
+xen/arch/*/xen.lds
+xen/arch/*/asm-offsets.s
 xen/arch/*/efi/boot.c
 xen/arch/*/efi/compat.c
 xen/arch/*/efi/efi.h
-- 
2.21.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.