From 4a0b7ea1822015d05681254061eb0e4608599773 Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 2 Jul 2021 17:06:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20find-junk:=20add=20~/.loca?= =?UTF-8?q?l/share/apt-dater/history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- find-junk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-junk b/find-junk index 4416799..7910e7e 100755 --- a/find-junk +++ b/find-junk @@ -15,7 +15,7 @@ def junk_dirs(): """Return directories which potentially contain junk""" for d in ['~/tmp', '~/.local/share/Trash', '~/rpmbuild', '~/RPM', - '~/.cache/tracker']: + '~/.cache/tracker', '~/.local/share/apt-dater/history']: d = os.path.expanduser(d) if os.path.exists(d): yield d