From 1fc811d05afce208c30004e2aa3724518530b10f Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Wed, 26 Jun 2019 09:57:44 -0700 Subject: REPO: Ignore some generated files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ec0430dfe..9283cb477 100644 --- a/.gitignore +++ b/.gitignore @@ -159,6 +159,7 @@ numpy/core/src/umath/_struct_ufunc_tests.c numpy/core/src/umath/_umath_tests.c numpy/core/src/umath/scalarmath.c numpy/core/src/umath/funcs.inc +numpy/core/src/umath/clip.[ch] numpy/core/src/umath/loops.[ch] numpy/core/src/umath/matmul.[ch] numpy/core/src/umath/operand_flag_tests.c -- cgit v1.2.1