From f6bfebce8aa3a6327f0bd087be462021448ff4ef Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 9 Feb 2016 19:09:31 +0000 Subject: [PATCH] Updated to add Python and Cython cruft. --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index e43b0f98..e5eb2be4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ +# Python +*.pyc +*.pyo + +# Cython +*.c +*.so +*.pyd + +# Mac OS X .DS_Store + +# Build directory +build/