Closed soulomoon closed 10 months ago
Should ignore-glob filter out all files even if they are provided explicit such as with arg --git
At least with --git
, we should filter out files matching ignore-glob
, for example, the test data files with .hs
suffix.
we have a use case in haskell-language-server
https://github.com/haskell/haskell-language-server/pull/3901#issue-2041279577
Thanks! Great fix. Definitely should combine them since they do work together quite sensibly.
It should fix problems such as with "--git:, would not ignore files matching the ignore-glob Should fix #1552