test: add another regression test for gitignore matching bug

I believe this was also fixed by #2933.

Closes #2770
This commit is contained in:
Andrew Gallant
2025-10-10 21:06:01 -04:00
parent fa80aab6b0
commit 293ef80eaf
2 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Bug fixes:
* [BUG #829](https://github.com/BurntSushi/ripgrep/issues/829),
[BUG #2731](https://github.com/BurntSushi/ripgrep/issues/2731),
[BUG #2747](https://github.com/BurntSushi/ripgrep/issues/2747),
[BUG #2770](https://github.com/BurntSushi/ripgrep/issues/2770),
[BUG #2778](https://github.com/BurntSushi/ripgrep/issues/2778),
[BUG #2836](https://github.com/BurntSushi/ripgrep/issues/2836),
[BUG #2933](https://github.com/BurntSushi/ripgrep/pull/2933),