From 93de1d0b3462f20da819fb4f296be8bd3271f885 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Wed, 14 Mar 2018 11:02:31 +0000 Subject: [PATCH] gitignore: ignore wrappers.c link for fuzzer At the same time reorder the entries alphabetically. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0191bf91f..9f5e9aed15 100644 --- a/.gitignore +++ b/.gitignore @@ -168,10 +168,11 @@ tools/flask/utils/flask-set-bool tools/flask/utils/flask-label-pci tools/fuzz/libelf/afl-libelf-fuzzer tools/fuzz/x86_instruction_emulator/asm -tools/fuzz/x86_instruction_emulator/x86_emulate -tools/fuzz/x86_instruction_emulator/x86-emulate.[ch] tools/fuzz/x86_instruction_emulator/afl-harness tools/fuzz/x86_instruction_emulator/afl-harness-cov +tools/fuzz/x86_instruction_emulator/wrappers.c +tools/fuzz/x86_instruction_emulator/x86_emulate +tools/fuzz/x86_instruction_emulator/x86-emulate.[ch] tools/helpers/_paths.h tools/helpers/init-xenstore-domain tools/helpers/xen-init-dom0 -- 2.39.5