diff options
author | Andreas Ericsson <ae@op5.se> | 2008-11-18 01:18:52 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-11-18 10:32:53 -0800 |
commit | d4043ee9d97031e94f205110996d2381dd26c540 (patch) | |
tree | 41c1bdce587d5c8b8ca03a5a8691ea3f09f16316 /.gitignore | |
parent | 1b9e92c73bd223661fe63dffa0c9138da4e1ea80 (diff) | |
download | libgit2-d4043ee9d97031e94f205110996d2381dd26c540.tar.gz |
Move public headers to src/git
It's arguably smoother to keep them close to the source,
as that's where one's working when modifying them. More
importantly, though, is the ability to use private headers
in the src/ dir that simply include "git/$samename.h" to
get to the public API at the same time.
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a6a1a6fa1..5213c6928 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /apidocs -/include/git/config.h +/src/git/config.h *.o *.a *.exe |