From 61365d5f58dae2dbc2aac20e62c656f931e63b66 Mon Sep 17 00:00:00 2001 From: David Holmes Date: Tue, 4 May 2021 22:07:24 +0000 Subject: [PATCH] 8266465: Add wildcard to JTwork/JTreport exclude in jib-profiles.js Reviewed-by: erikj --- make/conf/jib-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index b85316cfa0d..42580fb3534 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -205,7 +205,7 @@ var getJibProfiles = function (input) { // Exclude list to use when Jib creates a source bundle data.src_bundle_excludes = [ - "build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork", "{,**/}JTreport", + "build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork*", "{,**/}JTreport*", "{,**/}.git" ]; // Include list to use when creating a minimal jib source bundle which