From f615190371b5f487d0c3aed717f7d59592ca186f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Iba=C3=B1ez?= <jdavid@itaapy.com>
Date: Mon, 7 Feb 2011 12:37:47 +0100
Subject: [PATCH] Complete .gitignore

Ignore files produced when running the tests, and vim swap files.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2fc8ce3..7151ca7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 build
 dist
+pygit2.so
+test/*.pyc
 *.egg-info
+*.swp