Ignore .exe files in whitespace test
authorPatrick Georgi <patrick.georgi@secunet.com>
Thu, 5 Apr 2012 09:18:23 +0000 (11:18 +0200)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 5 Apr 2012 18:50:52 +0000 (20:50 +0200)
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 <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/863
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
util/lint/lint-stable-003-whitespace

index fe305bf4094ff2cdbb150b14204dc6dad7a88422..a5ca54091b3c89f1abf4f5dddff3d8a26ba4a325 100755 (executable)
@@ -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 \