diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-10-31 09:57:29 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-31 09:57:29 -0700 |
commit | c15648cbd059b92c177586ab1701a167222c7681 (patch) | |
tree | 9c3d59f42c90513a69cb72d3680656ecd6fcc309 /.gitignore | |
download | libgit2-c15648cbd059b92c177586ab1701a167222c7681.tar.gz |
Initial draft of libgit2
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2733c6ad2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/apidocs +*.o +*.a |