projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e188405
)
x86emul: Ignore ssse3-{aes,pclmul}.[ch] as well
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 18 Jul 2019 15:09:27 +0000
(16:09 +0100)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 8a19c8af04db9338e57dbdad9c7606164a066644..3c947ac9487c8c5fe2ecc3159b320996da1d28b5 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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]