From 4dd3853437a3506880e2879e6640d455778f6413 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 5 Apr 2012 11:18:23 +0200 Subject: [PATCH] Ignore .exe files in whitespace test On windows, we sometimes require getopt executables, which end up in the source tree. These shouldn't break the whitespace test. Change-Id: Iaf86e38b94605bebb69a317e00f932eefcf468b9 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/863 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- util/lint/lint-stable-003-whitespace | 1 + 1 file changed, 1 insertion(+) diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace index fe305bf40..a5ca54091 100755 --- a/util/lint/lint-stable-003-whitespace +++ b/util/lint/lint-stable-003-whitespace @@ -26,6 +26,7 @@ find src util -name .svn -type d -prune -o \ -name TODO -prune -o \ -name COPYING -prune -o \ -name \*.txt -prune -o \ + -name \*.exe -prune -o \ -name microcode-\*.h -prune -o \ -name \*.?_shipped -prune -o \ -name \*.[18] -prune -o \ -- 2.25.1