With a gitignore spec containing the line ``` ignore_dirs_like_this_*/ ``` pathspec will match ```python "ignore_dirs_like_this/" ``` but not ```python "ignore_dirs_like_this" ``` I guess it's not intended behavior, right?