1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

util: ignore quota files by default

This commit is contained in:
Lennart Poettering 2010-10-18 22:39:17 +02:00
parent 47a483a1ab
commit e472d47628

View File

@ -1681,6 +1681,8 @@ bool ignore_file(const char *filename) {
return
filename[0] == '.' ||
streq(filename, "lost+found") ||
streq(filename, "aquota.user") ||
streq(filename, "aquota.group") ||
endswith(filename, "~") ||
endswith(filename, ".rpmnew") ||
endswith(filename, ".rpmsave") ||