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 <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/863 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
92cfe183a7
commit
4dd3853437
|
@ -26,6 +26,7 @@ find src util -name .svn -type d -prune -o \
|
||||||
-name TODO -prune -o \
|
-name TODO -prune -o \
|
||||||
-name COPYING -prune -o \
|
-name COPYING -prune -o \
|
||||||
-name \*.txt -prune -o \
|
-name \*.txt -prune -o \
|
||||||
|
-name \*.exe -prune -o \
|
||||||
-name microcode-\*.h -prune -o \
|
-name microcode-\*.h -prune -o \
|
||||||
-name \*.?_shipped -prune -o \
|
-name \*.?_shipped -prune -o \
|
||||||
-name \*.[18] -prune -o \
|
-name \*.[18] -prune -o \
|
||||||
|
|
Loading…
Reference in New Issue