From: Sandro Santilli Date: Tue, 26 Sep 2017 16:23:36 +0000 (+0000) Subject: Ignore vector_tile.pb-c when checking for trailing blanks X-Git-Tag: 2.4.0rc3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=276ccee660e7ac1bb80db43200aa4b74202b91af;p=postgis 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 --- 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:]]$$'