From 69968b7682a11f373de7272885b22215022b7df1 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Wed, 9 Oct 2019 19:03:13 +0200 Subject: [PATCH] ignore hs_err_pid files --- pdb-ui/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/pdb-ui/.gitignore b/pdb-ui/.gitignore index 344ae50..be4182d 100644 --- a/pdb-ui/.gitignore +++ b/pdb-ui/.gitignore @@ -6,3 +6,4 @@ /target/ /test-output/ /logs/ +/hs_err_pid*.log