8350819: Ignore core files
Reviewed-by: erikj, dholmes
This commit is contained in:
parent
3c72c04de7
commit
785e7b47e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ NashornProfile.txt
|
||||
/.cache
|
||||
/.gdbinit
|
||||
/.lldbinit
|
||||
**/core.[0-9]*
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user