All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/tests: Ignore automatically generated sse*.c files
@ 2017-06-12 10:22 Andrew Cooper
  2017-06-12 11:01 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2017-06-12 10:22 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Jan Beulich

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 74747cb..924e39e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -227,6 +227,7 @@ tools/tests/x86_emulator/asm
 tools/tests/x86_emulator/avx*.h
 tools/tests/x86_emulator/blowfish.h
 tools/tests/x86_emulator/sse*.h
+tools/tests/x86_emulator/sse*.c
 tools/tests/x86_emulator/test_x86_emulator
 tools/tests/x86_emulator/x86_emulate
 tools/tests/xen-access/xen-access
-- 
2.1.4


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

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

* Re: [PATCH] x86/tests: Ignore automatically generated sse*.c files
  2017-06-12 10:22 [PATCH] x86/tests: Ignore automatically generated sse*.c files Andrew Cooper
@ 2017-06-12 11:01 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2017-06-12 11:01 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Xen-devel

>>> On 12.06.17 at 12:22, <andrew.cooper3@citrix.com> wrote:
> --- a/.gitignore
> +++ b/.gitignore
> @@ -227,6 +227,7 @@ tools/tests/x86_emulator/asm
>  tools/tests/x86_emulator/avx*.h
>  tools/tests/x86_emulator/blowfish.h
>  tools/tests/x86_emulator/sse*.h
> +tools/tests/x86_emulator/sse*.c

Oh, yes, I did forget (once again). But please properly sorted or
perhaps even merged (sse*.[ch]). With that
Acked-by: Jan Beulich <jbeulich@suse.com>

Jan


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

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

end of thread, other threads:[~2017-06-12 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-12 10:22 [PATCH] x86/tests: Ignore automatically generated sse*.c files Andrew Cooper
2017-06-12 11:01 ` 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.