}

Silver Searcher: Fix --ignore Pattern Issues

the format of the --ignore pattern can be \*\*.min.js or \*\*.min.\*

if you execute:

ag --ignore '*.min.js' time website/public/vendor/ | less

ag still looks into website/public/vendor/jquery-ui.min.js

Remember to use double *.