Modification Filters¶
Modification filters allow filtering the source control modifications.
This allows to filter out (or in) modifications of a user, path, action, ...
Practical example¶
You keep the documentation for your program also in source control, let's say in a folder UserDocs.
When the documentation gets updated, you do not want to trigger a build, because there is no code change done.
For this you could use the PathFilter
Supported filters :