From ac69bc5a951a25afc336909042782b7dc18668db Mon Sep 17 00:00:00 2001 From: bovlb <31326650+bovlb@users.noreply.github.com> Date: Wed, 6 Jul 2022 09:42:22 -0700 Subject: [PATCH] Add DLL and PDB to Java gitignore These files are commonly found when using Windows and/or VSCode and should not generally be checked in by default. They are typically large and cause upload problems. --- Java.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 524f0963..e460fef2 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -22,3 +22,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* + +# Microsoft/VSCode files +*.dll +*.pdb