Complete .gitignore

Ignore files produced when running the tests, and vim swap files.
This commit is contained in:
J. David Ibañez 2011-02-07 12:37:47 +01:00
parent 7d91d44567
commit f615190371

3
.gitignore vendored

@ -1,3 +1,6 @@
build
dist
pygit2.so
test/*.pyc
*.egg-info
*.swp