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)