From e898197bdd3d71540a5c22e8eb4855aa8cade29b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 30 Jul 2019 09:11:05 +0200 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1e73160fe9..7ba88b928a 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,6 @@ factorial2.txt # Default sigar library extract location. native/ + +/dumps/ +/core