Added documentation for _shouldIgnore method

This commit is contained in:
Prathamesh Sonpatki 2015-08-10 22:37:08 +05:30
parent 50add6753f
commit 6c59ffb371

View File

@ -126,7 +126,8 @@ export function shouldIgnore(filename: string, ignore: Array, only): boolean {
}
/**
* [Please add a description.]
* Returns result of calling function with filename if pattern is a function.
* Otherwise returns result of matching pattern Regex with filename.
*/
function _shouldIgnore(pattern, filename) {