From c9fd63407da2a529c205402fd1bda5ea20eedce2 Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Sat, 5 Apr 2014 13:13:13 +0200 Subject: BLD: remove cython c source from git Instead generate at build time. The generated sources are still part of the sdist. tools/cythonize.py is copied from SciPy with small changes to the configuration. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 78a960f59..abba1fdc0 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,6 @@ numpy/core/src/umath/umath_tests.c numpy/distutils/__config__.py numpy/linalg/umath_linalg.c doc/source/reference/generated +# cythonized files +cythonize.dat +numpy/random/mtrand/mtrand.c -- cgit v1.2.3