From b67cae83c6ae95a95af2497cc4ae932f02280e30 Mon Sep 17 00:00:00 2001 From: Jonathan Zacsh Date: Thu, 5 Dec 2024 18:07:13 -0600 Subject: [PATCH] workaround annoying .attach_pid1234 files example of this really coming up: https://github.com/dtinit/data-transfer-project/pull/1401#pullrequestreview-2482420787 and then it's continued to happen all day for me. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4c8898d9a..01a1b66a5 100644 --- a/.gitignore +++ b/.gitignore @@ -61,5 +61,10 @@ Thumbs.db app_data/ +# Ignore JDK 11 bug's stray files: https://bugs.openjdk.org/browse/JDK-8214300 +# (fixed in JDK 12). +# TODO remove this gitignore when this codebase uses JDK 12+ +**/.attach_pid* + **/**/.out **/**/**/protogen