Manually ignore files instead. Re-using .gitignore patterns
isn't easy for grep.
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15828
b70326c6-7e19-0410-871a-
916f4a2858ee
! find . -name '*.c' -o -name '*.h' | \
grep -v lwin_wkt_lex.c | \
grep -v lwin_wkt_parse | \
- if test -f .gitignore; then grep -vf .gitignore; else cat; fi | \
+ grep -v postgis_config.h | \
+ grep -v postgis/sqldefines.h | \
xargs grep -n '[[:space:]]$$'
installcheck: