Remove ignoring pattern for progressdatabase.

This commit is contained in:
Klaas Freitag 2013-12-10 09:25:19 +01:00
parent 9b2f9e3188
commit ffd09757cb

View file

@ -189,13 +189,7 @@ CSYNC_EXCLUDE_TYPE csync_excluded(CSYNC *ctx, const char *path, int filetype) {
SAFE_FREE(dname);
goto out;
}
rc = csync_fnmatch(".csync-progressdatabase*", bname, 0);
if (rc == 0) {
match = CSYNC_FILE_SILENTLY_EXCLUDED;
SAFE_FREE(bname);
SAFE_FREE(dname);
goto out;
}
SAFE_FREE(bname);
SAFE_FREE(dname);