All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
@ 2019-05-24  0:56 ` Alistair Francis
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2019-05-24  0:56 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, wei.liu2, konrad.wilk, George.Dunlap, ian.jackson,
	tim, julien.grall, Alistair Francis, jbeulich, andrew.cooper3,
	alistair23

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Xen-devel] [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
@ 2019-05-24  0:56 ` Alistair Francis
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2019-05-24  0:56 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, wei.liu2, konrad.wilk, George.Dunlap, ian.jackson,
	tim, julien.grall, Alistair Francis, jbeulich, andrew.cooper3,
	alistair23

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
@ 2019-05-24  7:59   ` Jan Beulich
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2019-05-24  7:59 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, xen-devel, alistair23

>>> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xen-devel] [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs
@ 2019-05-24  7:59   ` Jan Beulich
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2019-05-24  7:59 UTC (permalink / raw)
  To: Alistair Francis
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, xen-devel, alistair23

>>> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-24  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24  0:56 [PATCH] gitignore: Ignore xen.lds and asm-offsets.s for all archs Alistair Francis
2019-05-24  0:56 ` [Xen-devel] " Alistair Francis
2019-05-24  7:59 ` Jan Beulich
2019-05-24  7:59   ` [Xen-devel] " Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.