From: Keir Fraser Date: Mon, 6 Feb 2012 21:15:03 +0000 (-0800) Subject: .hgignore/.gitignore: Add some tools/tests binaries X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b56a0ae5939b601b43e2dff0cba6b675a64d177;p=xen.git .hgignore/.gitignore: Add some tools/tests binaries Signed-off-by: Keir Fraser --- diff --git a/.gitignore b/.gitignore index d1c4e466f9..4df6c20fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -213,6 +213,7 @@ tools/tests/regression/installed/* tools/tests/regression/build/* tools/tests/regression/downloads/* tools/tests/mem-sharing/memshrtool +tools/tests/mce-test/tools/xen-mceinj tools/vnet/Make.local tools/vnet/build/* tools/vnet/gc diff --git a/.hgignore b/.hgignore index f474c42d84..211471f370 100644 --- a/.hgignore +++ b/.hgignore @@ -224,6 +224,7 @@ ^tools/tests/regression/downloads/.*$ ^tools/tests/xen-access/xen-access$ ^tools/tests/mem-sharing/memshrtool$ +^tools/tests/mce-test/tools/xen-mceinj$ ^tools/vnet/Make.local$ ^tools/vnet/build/.*$ ^tools/vnet/gc$