From 6193be73b77eeb33f2d4f2e502a52ba2d36ec9e2 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 16 Jun 2016 09:14:32 +0800 Subject: [PATCH] tests: more flexible .gitignore for tests/unit/ --- .gitignore | 7 ------- tests/unit/.gitignore | 5 ++--- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 03e0ab10..a21fae50 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/unit/.gitignore b/tests/unit/.gitignore index 39d66b15..5b0bc668 100644 --- a/tests/unit/.gitignore +++ b/tests/unit/.gitignore @@ -1,3 +1,2 @@ -test_x86 -test_mem_map -test_sanity +!*.c +test_*