deb-python-pygit2/.gitignore
Carlos Martín Nieto c76c3f0195 Start implementing remotes with CFFI
This moves enough code into python with CFFI to pass the test_remotes
unit tests. There is no credentials support yet.

There is a small change in the return value of Remote.fetch() in that we
now return a TransferProgress object instead of extracting a few values
into a dictionary.
2014-04-14 11:42:51 +02:00

14 lines
142 B
Plaintext

MANIFEST
build
dist
pygit2.so
_pygit2.so
test/*.pyc
test/__pycache__
pygit2/*.pyc
pygit2/__pycache__
*.egg-info
*.swp
docs/_build
__pycache__