⚙️ find-junk: add more junk directories

master
neingeist 1 week ago
parent bcc228088e
commit 38a02c8d30

@ -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)

Loading…
Cancel
Save