From d3f7f10c42ac5230bfecdfa73c5a07f9dcac935e Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 30 May 2007 17:37:58 +0100 Subject: Make header mismatch checking more robust against build time changes in xen/include/public/foreign. Unfortunately diff's -x and -X options do not support excluding paths just individual files so we have to list unqualified filenames. This is ok for now since there are no filename clashes. Signed-off-by: Ian Campbell --- buildconfigs/interface.exclude | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 buildconfigs/interface.exclude (limited to 'buildconfigs/interface.exclude') diff --git a/buildconfigs/interface.exclude b/buildconfigs/interface.exclude new file mode 100644 index 0000000000..1df89a5f99 --- /dev/null +++ b/buildconfigs/interface.exclude @@ -0,0 +1,7 @@ +*.size +*.pyc +checker +checker.c +ia64.h +x86_32.h +x86_64.h -- cgit v1.2.3