diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-30 02:16:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-30 02:16:55 +0200 |
commit | 6c78be3c3c63b59f18311b2d2b0e8d745f6ba131 (patch) | |
tree | db7d2562eaa244b47eed46c1b8b21fe2e12223ee /util.c | |
parent | ba3df95552b771d49ce488939366ea7efc56f38a (diff) |
util: ignore lost+found, too
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") || |