From c2ef331bdbd9e48548f611be52ffa623d4245270 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Wed, 31 Aug 2016 20:39:21 -0700 Subject: [PATCH] Fix exclude for "script (dev).tmpl" --- appengine/standard/endpoints-frameworks-v2/echo/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard/endpoints-frameworks-v2/echo/app.yaml b/appengine/standard/endpoints-frameworks-v2/echo/app.yaml index 688df0ad9d4..861239721d9 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/app.yaml +++ b/appengine/standard/endpoints-frameworks-v2/echo/app.yaml @@ -9,7 +9,7 @@ skip_files: - ^(.*/)?.*\.py[co]$ - ^(.*/)?.*/RCS/.*$ - ^(.*/)?\..*$ -- ^lib/setuptools/script \(dev\).tmpl$ +- ^(.*/)?setuptools/script \(dev\).tmpl$ #[END_EXCLUDE] handlers: