summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Clem <timothy.clem@gmail.com>2011-02-14 13:22:44 -0800
committerTim Clem <timothy.clem@gmail.com>2011-02-14 13:22:44 -0800
commit81d0ff1ca5db0ab1a3920c96605899c6161467c8 (patch)
tree0357d43b13dc58ce6422fbbce995b7c80652314b /.gitignore
parentd4b5a4e23a5d6bece88cebb2a53de68eddb4ca68 (diff)
downloadlibgit2-81d0ff1ca5db0ab1a3920c96605899c6161467c8.tar.gz
fix cast in tag.h
git_tag_lookup() and git_tag_new() changed to cast GIT_OBJ_TAG to git_otype in order to compile lib in xcode
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9f464e421..ddff317f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,4 +18,5 @@ msvc/Release/
*.suo
*.user
*.sdf
-*.opensdf \ No newline at end of file
+*.opensdf
+.DS_Store