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