util: ignore lost+found, too

This commit is contained in:
Lennart Poettering 2010-04-30 02:16:55 +02:00
parent ba3df95552
commit 6c78be3c3c

1
util.c
View file

@ -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") ||