the extension compiles to _pygit2.so, so ignore that too

This commit is contained in:
Valentin Haenel 2013-03-09 13:02:48 +01:00
parent 49f26c38ad
commit 33638b66e2

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ MANIFEST
build build
dist dist
pygit2.so pygit2.so
_pygit2.so
test/*.pyc test/*.pyc
test/__pycache__ test/__pycache__
pygit2/*.pyc pygit2/*.pyc