]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86emul: Ignore ssse3-{aes,pclmul}.[ch] as well
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 18 Jul 2019 15:09:27 +0000 (16:09 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 18 Jul 2019 15:51:30 +0000 (16:51 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
.gitignore

index 8a19c8af04db9338e57dbdad9c7606164a066644..3c947ac9487c8c5fe2ecc3159b320996da1d28b5 100644 (file)
@@ -233,7 +233,7 @@ tools/tests/x86_emulator/asm
 tools/tests/x86_emulator/avx*.[ch]
 tools/tests/x86_emulator/blowfish.h
 tools/tests/x86_emulator/fma*.[ch]
-tools/tests/x86_emulator/sse*.[ch]
+tools/tests/x86_emulator/*sse*.[ch]
 tools/tests/x86_emulator/test_x86_emulator
 tools/tests/x86_emulator/x86_emulate
 tools/tests/x86_emulator/xop*.[ch]