⚙️ find-junk: add ~/.local/share/apt-dater/history
This commit is contained in:
parent
258f472f06
commit
4a0b7ea182
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def junk_dirs():
|
||||||
"""Return directories which potentially contain junk"""
|
"""Return directories which potentially contain junk"""
|
||||||
|
|
||||||
for d in ['~/tmp', '~/.local/share/Trash', '~/rpmbuild', '~/RPM',
|
for d in ['~/tmp', '~/.local/share/Trash', '~/rpmbuild', '~/RPM',
|
||||||
'~/.cache/tracker']:
|
'~/.cache/tracker', '~/.local/share/apt-dater/history']:
|
||||||
d = os.path.expanduser(d)
|
d = os.path.expanduser(d)
|
||||||
if os.path.exists(d):
|
if os.path.exists(d):
|
||||||
yield d
|
yield d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue