aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2013-09-10 14:53:50 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-13 13:18:43 +0100
commit255d252c0afafd0d2b6a9e4c2ad4dadbd2f00051 (patch)
tree8a1f95d8d8196f70022104510ea57d44f954e040 /.gitignore
parent17b29c1cd830acf8b8ecbc6080264cc5b8ad3c6f (diff)
downloadxen-255d252c0afafd0d2b6a9e4c2ad4dadbd2f00051.tar.gz
xen-255d252c0afafd0d2b6a9e4c2ad4dadbd2f00051.tar.bz2
xen-255d252c0afafd0d2b6a9e4c2ad4dadbd2f00051.zip
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 <andrew.cooper3@citrix.com> CC: Ian Campbell <Ian.Campbell@citrix.com> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 5 insertions, 4 deletions
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/*