From 4dc16bb7ba7bc187d8908f1bf992054d148bf10d Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 15 Jun 2025 03:33:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20git-status-all:=20ignore=20.cach?= =?UTF-8?q?e/rclone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git-status-all | 1 + 1 file changed, 1 insertion(+) diff --git a/git-status-all b/git-status-all index 45c56ac..7aa8dea 100755 --- a/git-status-all +++ b/git-status-all @@ -19,6 +19,7 @@ IGNORES = [ r"\.sync", r"\.git/modules", # XXX check this again r"\.local/share/containers/storage", + r"\.cache/rclone", ]