From 276ccee660e7ac1bb80db43200aa4b74202b91af Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 16:23:36 +0000 Subject: [PATCH] Ignore vector_tile.pb-c when checking for trailing blanks git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15832 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile.in b/GNUmakefile.in index 903a54af3..878548e59 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -41,6 +41,7 @@ check-no-trailing-blanks: ! find . -name '*.c' -o -name '*.h' | \ grep -v lwin_wkt_lex.c | \ grep -v lwin_wkt_parse | \ + grep -v vector_tile.pb-c | \ grep -v postgis/sqldefines.h | \ xargs grep -n '[[:space:]]$$' -- 2.50.1