From f004c4a8a78ec1ac109b0a0c78cdebe47a5df215 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Tue, 21 Aug 2012 17:26:39 -0700 Subject: Add public API for internal ignores This creates a public API for adding to the internal ignores list, which already existing but was not accessible. This adds the new default value for core.excludesfile also. --- include/git2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/git2.h b/include/git2.h index 40167484..805044ab 100644 --- a/include/git2.h +++ b/include/git2.h @@ -41,6 +41,7 @@ #include "git2/checkout.h" #include "git2/attr.h" +#include "git2/ignore.h" #include "git2/branch.h" #include "git2/refspec.h" #include "git2/net.h" -- cgit v1.2.1