From cc6ffe5e856afb3063dc2071979edf2dd7f1b8e3 Mon Sep 17 00:00:00 2001
From: Donald Stufft <donald.stufft@gmail.com>
Date: Fri, 22 Feb 2013 01:57:48 -0500
Subject: [PATCH] Ignore the .so files generated by cffi

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 8832759f..e61a6c42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 __pycache__/
 .py[co]
+*.so
 
 # Packages
 *.egg
-- 
GitLab