summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-08-21 17:26:39 -0700
committerRussell Belfer <rb@github.com>2012-08-21 17:26:39 -0700
commitf004c4a8a78ec1ac109b0a0c78cdebe47a5df215 (patch)
treef2732930c45178bb091c6e76e9b24472aed18d8a /include
parentb2be351aaddc6ba0b3a0f2cf4e09536a3b27e598 (diff)
downloadlibgit2-f004c4a8a78ec1ac109b0a0c78cdebe47a5df215.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index 40167484b..805044abb 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"