summaryrefslogtreecommitdiffstats
path: root/ignore/src/dir.rs
AgeCommit message (Expand)Author
2019-08-28ignore: remove unused parameterAndrew Gallant
2019-08-06deps: drop tempfileAndrew Gallant
2019-05-29ignore: remove .git check in some casesAndrew Gallant
2019-01-27ignore: correctly detect hidden files on WindowsAndrew Gallant
2019-01-23globset: permit ** to appear anywhereAndrew Gallant
2019-01-22ripgrep: add --ignore-file-case-insensitiveDavid Torosyan
2018-12-15deps: update to crossbeam-channel 0.3Andrew Gallant
2018-07-22ignore: only respect .gitignore in git reposAndrew Gallant
2018-07-21ignore: fix has_any_ignore_rules for explicit ignoresphiresky
2018-04-24ignore: speed up Gitignore::emptyAndrew Gallant
2018-04-23ignore: support .git directory OR fileAndrew Gallant
2018-02-14ignore: fix custom ignore name bugDavid Peter
2018-01-29ignore: support custom file namesptzz
2017-10-22ignore: partially revert symlink loop check optimizationAndrew Gallant
2017-10-21ignore: be fastidious with file handlesAndrew Gallant
2016-11-18Merge pull request #238 from jacwah/refactorAndrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant
2016-11-06Rename IgnoreOptions::has_ignoresJacob Wahlgren
2016-11-06Use new Match::or to simplify returnJacob Wahlgren
2016-10-29Move all gitignore matching to separate crate.Andrew Gallant