1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00
Andrew Gallant f2e1711781 Fix bug when processing parent gitignore files.
This particular bug was triggered whenever a search was run in a directory
with a parent directory that contains a relevant .gitignore file. In
particular, before matching against a parent directory's gitignore rules,
a path's leading `./` was not stripped, which results in errant matching.

We now make sure `./` is stripped.

Fixes #184.
2016-10-16 10:15:11 -04:00
..
2016-10-11 17:32:51 -04:00
2016-09-25 20:00:29 -04:00
2016-09-13 21:11:46 -04:00
2016-09-13 21:11:46 -04:00
2016-10-13 11:28:34 -07:00
2016-09-16 16:13:28 -04:00