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

[Xen-changelog] [xen master] gitignore: ignore xen.lds and asm-offsets.s for all archs



commit 188164069a1cac3f5ef37837bc01c0d6eada2eee
Author:     Alistair Francis <alistair.francis@xxxxxxx>
AuthorDate: Fri May 24 10:30:39 2019 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Fri May 24 10:30:39 2019 +0200

    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>
    Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
---
 .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
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog

 


Rackspace

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