From 3b2ecec808b54543ec341a8028055b36d650e17e Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 1 Jun 2019 14:41:32 +0300 Subject: [PATCH] style-check: Ignore patch files --- tools/style-check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/style-check.sh b/tools/style-check.sh index e43c20f9f..479f7bb91 100755 --- a/tools/style-check.sh +++ b/tools/style-check.sh @@ -60,6 +60,7 @@ for file in "$@"; do *.jpg) ;; *.png) ;; *.pnm) ;; + *.patch) ;; # patch output may have trailing lines or whitespace Makefile.in) ;; # skip automake outputs */Makefile.in) ;; aclocal.m4) ;; # skip autoconf outputs