Compare commits

...

2 Commits

Author SHA1 Message Date
bovlb
67ee70b174
Merge ac69bc5a95 into 84c6914a9b 2026-04-04 09:24:35 +00:00
bovlb
ac69bc5a95
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.
2022-07-06 09:42:22 -07:00

View File

@ -22,3 +22,7 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
# Microsoft/VSCode files
*.dll
*.pdb