From 6c78be3c3c63b59f18311b2d2b0e8d745f6ba131 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 30 Apr 2010 02:16:55 +0200 Subject: [PATCH] util: ignore lost+found, too --- util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util.c b/util.c index 8556ea12c..eed9aa7f8 100644 --- a/util.c +++ b/util.c @@ -1199,6 +1199,7 @@ bool ignore_file(const char *filename) { return filename[0] == '.' || + streq(filename, "lost+found") || endswith(filename, "~") || endswith(filename, ".rpmnew") || endswith(filename, ".rpmsave") || -- 2.30.2