Calling Repository::status_should_ignore on a path of the form ./filename always returns true regardless of the current gitignore file. I tried canonicalizing the path instead which lead to the correct result being returned.
Is this a bug in git2-rs/libgit2? Am I missing something?
Cheers