Got a folder that is not deleted.
Folder did not get deleted because there were ignored files within the folder that were not deleted
Files within the folder that were not deleted are named:
bibliography.bib.bak
bibliography.bib.sav.tmp
What I did:
- Had folder and files in synchronized state
- Had SyncTrayzor on local device GTMM2P
OFF
- Had Syncthing on remote device FAMFRUP
ON
- Moved some folders, as well as the folder “00 Latex” and the ignored files within this folder, to another folder on “server-t-150” by using cut and paste.
- Started Syncthing on GTMM2P
Relevant Ignore patterns:
Having made use of Ignoring Files — Syncthing documentation and some posts in this forum, I am currently using the following:
// .stignore
//
#include .stglobalignore
ignore patterns in the file “.stglobalignore”
//-Syncthing
(?d).stignore
(?d).stfolder
//JabRef
(?d).bib.bak
(?d).bib.sav.tmp
*.bib.bak
*.bib.sav.tmp
(I have a few more, but these should be the only relevant ones here. Trying to keep this discussion clean)
Screenshots:
-
local device:
-
remote device:
My desired outcome:
- The (old) folder “00 Latex” should be deleted, when cutting and pasting this folder.
- Ignored Files within “00 Latex” should be deleted when “00 Latex” is cut and pasted.
What can I or should I do?
Is there something wrong with my ignore patterns?