From 255d252c0afafd0d2b6a9e4c2ad4dadbd2f00051 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 10 Sep 2013 14:53:50 +0100 Subject: tools/tests: tweak .gitignore c/s e7803f184a moved x86_emulate and friends into their own subdirectory. c/s cc8ad39c1f introduced xen-access, but seemingly without an ingore. For both of the above add/adjust the ingore rules for generated files. Signed-off-by: Andrew Cooper CC: Ian Campbell CC: Ian Jackson --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c82a372f02..8e539b42b6 100644 --- a/.gitignore +++ b/.gitignore @@ -230,10 +230,11 @@ tools/remus/kmod/*(.cmd|.mod|.ko|.mod.c|.symvers|.xen) tools/security/secpol_tool tools/security/xen/* tools/security/xensec_tool -tools/tests/blowfish.bin -tools/tests/blowfish.h -tools/tests/test_x86_emulator -tools/tests/x86_emulate +tools/tests/x86_emulator/blowfish.bin +tools/tests/x86_emulator/blowfish.h +tools/tests/x86_emulator/test_x86_emulator +tools/tests/x86_emulator/x86_emulate +tools/tests/xen-access/xen-access tools/tests/regression/installed/* tools/tests/regression/build/* tools/tests/regression/downloads/* -- cgit v1.2.3