chiark / gitweb /
util: ignore quota files by default
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Oct 2010 20:39:17 +0000 (22:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Oct 2010 20:39:17 +0000 (22:39 +0200)
src/util.c

index 5df78344aa7d4ada4cc4fa464c3c47db47def932..58f67b0d15b86b860ca2bb9bbe08ac8d40541b53 100644 (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") ||