about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/tests.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index df490511c6b..df3229bfa87 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -270,7 +270,7 @@ tidy-binaries:
 		$(Q)find $(S)src -type f \
 		    \( -perm -u+x -or -perm -g+x -or -perm -o+x \) \
 		    -not -name '*.rs' -and -not -name '*.py' \
-		    -and -not -name '*.sh' \
+		    -and -not -name '*.sh' -and -not -name '*.pp' \
 		| grep '^$(S)src/jemalloc' -v \
 		| grep '^$(S)src/libuv' -v \
 		| grep '^$(S)src/llvm' -v \