Apply ignore globs to a directory.
This is a convenience method for {@link #addIgnores(Set,File,List)}:
@param plugins the set of plugins (their names) to involve in applying ignore globs. Usually only the plugins that are enabled through the preferences should be involved: it is strongly advised to get these through the BndPreferences (the burden is on the caller of this method). @param dstDir the directory which to apply the ignore globs to @param ignores A comma-separated list of ignore globs to apply to the directory. The ignore globs must in Git ignore format. Can be null, which is the same as "" which will create an empty ignore file when needed.
|
|
|
|
|
|
|
|