diff options
author | serge-sans-paille <serge.guelton@telecom-bretagne.eu> | 2021-11-26 15:46:22 +0100 |
---|---|---|
committer | serge-sans-paille <serge.guelton@telecom-bretagne.eu> | 2021-11-26 15:46:22 +0100 |
commit | 1d12621a4fe48e7022c16d481547ae66aee5cf94 (patch) | |
tree | 85f82fee83b0145b2db1563f88f4d16cd7809a9f /.gitignore | |
parent | 71eb742cad010623ec77931b118550605f475add (diff) | |
download | numpy-1d12621a4fe48e7022c16d481547ae66aee5cf94.tar.gz |
Rename _operand_flag_tests.c.src into numpy/core/src/umath/_operand_flag_tests.c
There's no templating annotation in _operand_flag_tests.c.src
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 52997523c..b7c776b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,6 @@ numpy/core/src/npysort/sort.c numpy/core/src/private/npy_binsearch.h numpy/core/src/private/npy_partition.h numpy/core/src/private/templ_common.h -numpy/core/src/umath/_operand_flag_tests.c numpy/core/src/umath/_rational_tests.c numpy/core/src/umath/_struct_ufunc_tests.c numpy/core/src/umath/_umath_tests.c |