This is an automated email from the ASF dual-hosted git repository. ibessonov pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push: new c930a248da IGNITE-18344 Missing .gitignore items (#1417) c930a248da is described below commit c930a248da130722b86b8e6e6b976460126a3ab5 Author: Ivan Bessonov <bessonov...@gmail.com> AuthorDate: Wed Dec 7 13:40:37 2022 +0300 IGNITE-18344 Missing .gitignore items (#1417) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 93da14e630..5ccde22864 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ build/ out/ modules/platforms/cpp/cmake-build-* + +# JVM crash dumps +**/hs_err_pid*