]> xenbits.xensource.com Git - xen.git/commitdiff
tools/tests: tweak .gitignore
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 10 Sep 2013 13:53:50 +0000 (14:53 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 13 Sep 2013 12:18:43 +0000 (13:18 +0100)
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 <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
.gitignore

index c82a372f0287c6a06839767c516928da984666c9..8e539b42b60b8702dbc9cd3dd1e5b342a424286d 100644 (file)
@@ -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/*