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

Alistair Francis posted 1 patch 4 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190524005621.12618-1-alistair.francis@wdc.com
.gitignore | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[Xen-devel] [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
Posted by Alistair Francis 4 years, 11 months ago
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@wdc.com>
---
 .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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
Re: [Xen-devel] [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
Posted by Jan Beulich 4 years, 11 months ago
>>> On 24.05.19 at 02:56, <alistair.francis@wdc.com> wrote:
> 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@wdc.com>

Acked-by: Jan Beulich <jbeulich@suse.com>



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