mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 06:18:08 +00:00
tests: more flexible .gitignore for tests/unit/
This commit is contained in:
parent
fdcdaa3639
commit
6193be73b7
2 changed files with 2 additions and 10 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -141,17 +141,10 @@ emu_clear_errors
|
|||
005-qemu__fatal__illegal_instruction__0000___00000404
|
||||
006-qemu__fatal__illegal_instruction__0421___00040026
|
||||
|
||||
test_mem_map_ptr
|
||||
test_mem_high
|
||||
rw_hookstack
|
||||
hook_extrainvoke
|
||||
sysenter_hook_x86
|
||||
test_tb_x86
|
||||
test_multihook
|
||||
test_pc_change
|
||||
mem_fuzz
|
||||
test_x86_soft_paging
|
||||
test_hookcounts
|
||||
|
||||
memleak_x86
|
||||
memleak_arm
|
||||
|
|
5
tests/unit/.gitignore
vendored
5
tests/unit/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
test_x86
|
||||
test_mem_map
|
||||
test_sanity
|
||||
!*.c
|
||||
test_*
|
||||
|
|
Loading…
Reference in a new issue