in https://freefilesync.org/manual.php?topic=exclude-items please add more examples to make it clearer.
If I want to exclude something via rightclick on the bottom left, the menu often offers something like
\myfolder\
*\myfolder\
So please add
All folders named "SubFolder" below base directory *\SubFolder\
Single folder C:\Source\SubFolder \SubFolder\
Also please add, what asterisk at the end means (not sure if the following is correct).
So
*\SubFolder\ === *\SubFolder\*
*temp*
What about foldernames that have dots?
\SubFolder\*.tmp
C:\SubFolder\test.tmp\examplefile.txt
So from the help
*.txt files located in subdirectories of base directories \*\*.txt
All files (and folders) ending with ".txt" located in subdirectories of base directories \*\*.txt
Thanks and best regards,
huuurz