diff options
author | Vicent Martà <vicent@github.com> | 2012-08-22 13:15:14 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-08-22 13:15:14 -0700 |
commit | cfda29e38260f19e77f1746c4f6f1c2cab453934 (patch) | |
tree | dd2a15ccec2e763931c9913970d88a5811feb36a /include/git2.h | |
parent | 697665c0c13e45a5d24af85c133ffaa0a0e0f8cc (diff) | |
parent | 2fb4e9b3c5fb410164a32724e42a10d1841d02cc (diff) | |
download | libgit2-cfda29e38260f19e77f1746c4f6f1c2cab453934.tar.gz |
Merge pull request #891 from arrbee/internal-ignore-api
API for managing in-memory ignore rules
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
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" |