From 75ea481a2a458ee0940299ab99b06d03b495333b Mon Sep 17 00:00:00 2001
From: Yichao Yu <yyc1992@gmail.com>
Date: Mon, 23 Jun 2014 05:52:04 +0800
Subject: [PATCH] sync gitignore with cffi

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 172c3b70..a520df17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,7 +49,10 @@ distribute-*.tar.gz
 core
 *.sess
 _build
+__pycache__
+*.o
 .ipynb_checkpoints
+cscope.*
 
 # needed by jenkins env
 .env
-- 
GitLab