• Show log

    Commit

  • Hash : 37d91686
    Author : Russell Belfer
    Date : 2013-02-22T12:21:54

    Do not fail if .gitignore is directory
    
    This is designed to fix libgit2sharp #350 where if .gitignore is
    a directory we abort all operations that process ignores instead
    of just skipping it as core git does.
    
    Also added test that fails without this change and passes with it.