tests: more flexible .gitignore for tests/unit/

This commit is contained in:
Nguyen Anh Quynh 2016-06-16 09:14:32 +08:00
parent fdcdaa3639
commit 6193be73b7
2 changed files with 2 additions and 10 deletions

7
.gitignore vendored
View File

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

View File

@ -1,3 +1,2 @@
test_x86
test_mem_map
test_sanity
!*.c
test_*