summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Ericsson <ae@op5.se>2008-11-18 01:18:52 +0100
committerShawn O. Pearce <spearce@spearce.org>2008-11-18 10:32:53 -0800
commitd4043ee9d97031e94f205110996d2381dd26c540 (patch)
tree41c1bdce587d5c8b8ca03a5a8691ea3f09f16316 /.gitignore
parent1b9e92c73bd223661fe63dffa0c9138da4e1ea80 (diff)
downloadlibgit2-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--.gitignore2
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