From 1b6f71b9098c0782910de57616a6eb1d3227a656 Mon Sep 17 00:00:00 2001 From: asmhatre Date: Thu, 30 Jul 2026 17:37:13 +0000 Subject: [PATCH] Add .gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f8dd485 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# build output +out/ +target/ +*.class + +# JFR recordings produced by the demos (they are regenerated on every run) +*.jfr + +# raw unified GC logs -- large, machine-specific, regenerated by scripts/run-all +logs/ + +# local run bookkeeping +run-all-transcript.txt +run-all-errors.txt + +# editors +.idea/ +*.iml +.vscode/ +.DS_Store + +# results/ IS committed on purpose -- it is the evidence for the blog post