Add 'core' and 'dumps' to gitignore (#27423)
'core' is sometimes left behind by graphviz, and a 'dumps' directory is sometimes left behind when running with jdk11 and graal.
This commit is contained in:
parent
80a920da52
commit
e898197bdd
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -89,3 +89,6 @@ factorial2.txt
|
|||
|
||||
# Default sigar library extract location.
|
||||
native/
|
||||
|
||||
/dumps/
|
||||
/core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue