Skip sync exclude file from list of exclude files if it doesn't exist.
authorCamila <hello@camila.codes>
Wed, 9 Dec 2020 15:59:10 +0000 (16:59 +0100)
committerCamila <hello@camila.codes>
Thu, 28 Oct 2021 09:37:56 +0000 (11:37 +0200)
commit5788f35e82359356476c18673ffe2fa23f1cb7b5
treefe8598b27e378d917710bcb2ead2df269e6027bf
parent5d08936e378fa105ddc5b8ea1d08a984c522e3aa
Skip sync exclude file from list of exclude files if it doesn't exist.

The file might not exist anymore because the user deleted it by hand or
the folder where it was located got unchecked in the selective sync
view. It is a fix for #2632.

Signed-off-by: Camila <hello@camila.codes>
src/csync/csync_exclude.cpp
src/csync/csync_exclude.h
test/testexcludedfiles.cpp