diff options
author | Robert Kern <robert.kern@gmail.com> | 2019-06-26 09:57:44 -0700 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2019-06-26 09:57:44 -0700 |
commit | 1fc811d05afce208c30004e2aa3724518530b10f (patch) | |
tree | 87cbb564aa31963d99e776d877c0261ab7318fc8 /.gitignore | |
parent | 34224c13a17c3f6f720c5eb2b953ebb3ad6b9f4a (diff) | |
download | numpy-1fc811d05afce208c30004e2aa3724518530b10f.tar.gz |
REPO: Ignore some generated files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |