8266465: Add wildcard to JTwork/JTreport exclude in jib-profiles.js

Reviewed-by: erikj
This commit is contained in:
David Holmes 2021-05-04 22:07:24 +00:00
parent f00b70e2ca
commit 61365d5f58

View File

@ -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