From e472d47628ec07b316ccd981a1ca359d1195946f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 Oct 2010 22:39:17 +0200 Subject: [PATCH] util: ignore quota files by default --- src/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.c b/src/util.c index 5df78344a..58f67b0d1 100644 --- a/src/util.c +++ b/src/util.c @@ -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") || -- 2.30.2