This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Description
Hey,
first i'd like to say that go-git is amazing; nice work! Discovered this week and still playing around with it :)
Now to the question, is it possible to walk through the tree of objects and gather only those that are not ignored by a .gitignore file? What i'd like to do is clone a repository, apply some changes (which might produce some files that would be ignored) and then walk through this tree.
Thx!