From f451959557b239b0f77d4d9561178eb7761d7695 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Wed, 28 Jan 2015 23:24:46 +1100 Subject: [PATCH] Ignore Cython products --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 0ce0961..ade790f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,13 @@ build-* tmp/ data/ cluster + +# Cython +*.c +*.so +*.html + +# Python bytecode *.pyc .*.swp ipython_log.py*