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:
Arnout Engelen 2019-07-30 09:11:05 +02:00 committed by Christopher Batey
parent 80a920da52
commit e898197bdd

3
.gitignore vendored
View file

@ -89,3 +89,6 @@ factorial2.txt
# Default sigar library extract location.
native/
/dumps/
/core