From fcfdadc2cb45b6c7903bc54638cce6ec8887e7ac Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 29 May 2014 09:58:27 +0200 Subject: update_pch: exclude OpenGLContext.hxx for now Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584 --- bin/update_pch.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/update_pch.sh') diff --git a/bin/update_pch.sh b/bin/update_pch.sh index 6b425cb53d75..01ff57ea540f 100755 --- a/bin/update_pch.sh +++ b/bin/update_pch.sh @@ -134,6 +134,7 @@ function filter_ignore() # - jerror.h and jpeglib.h are not self-contained # - service1.hxx/service2.hxx are inside comments in frameworks/ grep -E -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \ + grep -v -F -e '#include ' | \ grep -v -F -e '#include ' | \ grep -v -F -e '#include "gperffasttoken.hxx"' | \ grep -v -F -e '#include ' | \ -- cgit v1.2.3