Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Ignore
Documentation
c'git_ignore_add_rule :: Ptr C'git_repository -> CString -> IO CInt Source #
p'git_ignore_add_rule :: FunPtr (Ptr C'git_repository -> CString -> IO CInt) Source #
c'git_ignore_path_is_ignored :: Ptr CInt -> Ptr C'git_repository -> CString -> IO CInt Source #