1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-23 13:57:33 +03:00

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