diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 16:53:06 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-11-01 16:53:06 -0700 |
commit | 16a67770b7d8d72317c4b775213c23a8bd74f5e0 (patch) | |
tree | cc5aaa5fa825a103a547d381c7a5c0524c4853cd /.gitignore | |
parent | 50298f44a45eda3a29dae82dbe911b5aa176ac07 (diff) | |
download | libgit2-16a67770b7d8d72317c4b775213c23a8bd74f5e0.tar.gz |
Create a micro abstraction around the POSIX file APIs
This way we can start to write IO code to read and write files in the
Git object database, but provide a hook to inject native Win32 APIs
instead so libgit2 can be ported to run natively on that platform.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2733c6ad2..f5e3dd788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /apidocs +/include/git/config.h *.o *.a |