From b926ef2fb7e10df1f45166296e9e3a8a44f7060f Mon Sep 17 00:00:00 2001
From: Masood Malekghassemi <atash@google.com>
Date: Fri, 3 Jun 2016 12:26:48 -0700
Subject: [PATCH] Ignore cython debug information

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

diff --git a/.gitignore b/.gitignore
index ca61bda124..26d5123670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ libs
 objs
 
 # Python items
+cython_debug/
 python_build/
 .coverage*
 .eggs
-- 
GitLab