summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-30 02:16:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-30 02:16:55 +0200
commit6c78be3c3c63b59f18311b2d2b0e8d745f6ba131 (patch)
treedb7d2562eaa244b47eed46c1b8b21fe2e12223ee
parentba3df95552b771d49ce488939366ea7efc56f38a (diff)
util: ignore lost+found, too
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 8556ea12cd..eed9aa7f84 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") ||