Global Exclude list:
Ignore files and folders if file name or path matches the specified mask.
Example: *.exe - will ignore all files with EXE extension, C:\WINDOWS\* - will ignore all files in C:\WINDOWS folder.
* - matches any zero or more characters.
? - match any one character.
|