8350819: Ignore core files

Reviewed-by: erikj, dholmes
This commit is contained in:
Mikael Vidstedt 2025-02-28 23:34:07 +00:00
parent 3c72c04de7
commit 785e7b47e0
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ NashornProfile.txt
/.cache
/.gdbinit
/.lldbinit
**/core.[0-9]*

View File

@ -207,7 +207,8 @@ var getJibProfiles = function (input) {
// Exclude list to use when Jib creates a source bundle
data.src_bundle_excludes = [
"build", "{,**/}webrev*", "{,**/}.hg", "{,**/}JTwork*", "{,**/}JTreport*",
"{,**/}.git"
"{,**/}.git",
"{,**/}core.[0-9]*"
];
// Include list to use when creating a minimal jib source bundle which
// contains just the jib configuration files.