⚙️ find-junk: add more junk directories
This commit is contained in:
parent
bcc228088e
commit
38a02c8d30
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue