How do I tell Jenkins/Hudson to trigger a build only for changes on a particular project in my Git tree?
If the logic for choosing the files is not trivial, I would trigger script execution on each change and then write a script to check if indeed a build is required, then triggering a build if it is.