From 7a52cae96f7eb5b3fa6a549fc930c91e7f26bb1b Mon Sep 17 00:00:00 2001 From: kari-ts <135075563+kari-ts@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:26:26 -0800 Subject: [PATCH] .gitignore: ignore Java profiling files (#146) Updates #cleanup --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8af3f3..210f9d7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,7 @@ tailscale-fdroid.apk tailscale.jks # android sdk dir -./android-sdk \ No newline at end of file +./android-sdk + +# Java profiling output +*.hprof \ No newline at end of file