regress: add emu_clear_errors to .gitignore

This commit is contained in:
Nguyen Anh Quynh 2016-01-12 01:02:45 +08:00
parent 7695fb1578
commit 7de48f2f75
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -125,6 +125,7 @@ mips_delay_slot_code_hook
threaded_emu_start
emu_stop_in_hook_overrun
mips_branch_likely_issue
emu_clear_errors
test_mem_map_ptr
test_mem_high

View File

@ -36,6 +36,7 @@ TESTS += emu_stop_in_hook_overrun
TESTS += mips_branch_likely_issue
TESTS += hook_extrainvoke
TESTS += sysenter_hook_x86
TESTS += emu_clear_errors
all: $(TESTS)