⚙️ find-junk: add more junk directories

This commit is contained in:
neingeist 2024-10-11 16:47:53 +02:00
parent bcc228088e
commit 38a02c8d30

View file

@ -20,7 +20,10 @@ def junk_dirs():
"~/rpmbuild", "~/rpmbuild",
"~/RPM", "~/RPM",
"~/.cache/tracker", "~/.cache/tracker",
"~/.cache/tracker3",
"~/.cache",
"~/.local/share/apt-dater/history", "~/.local/share/apt-dater/history",
"~/.gradle/caches",
] ]
for d in static_junk_dirs: for d in static_junk_dirs:
d = os.path.expanduser(d) d = os.path.expanduser(d)