From 38a02c8d30e192729d903689d1f5db422d83730e Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 11 Oct 2024 16:47:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20find-junk:=20add=20more=20?= =?UTF-8?q?junk=20directories?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find-junk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/find-junk b/find-junk index adac0b8..15e0c16 100755 --- a/find-junk +++ b/find-junk @@ -20,7 +20,10 @@ def junk_dirs(): "~/rpmbuild", "~/RPM", "~/.cache/tracker", + "~/.cache/tracker3", + "~/.cache", "~/.local/share/apt-dater/history", + "~/.gradle/caches", ] for d in static_junk_dirs: d = os.path.expanduser(d)