diff options
author | Lars G <lagru@mailbox.org> | 2018-06-16 10:20:51 +0200 |
---|---|---|
committer | Lars G <lagru@mailbox.org> | 2018-06-16 10:20:51 +0200 |
commit | de26b1e5aba4649e8d5e1b0cb5af63d64bad438e (patch) | |
tree | 34ce4c9e0870cdee674862bfb882dc0506d8080b /.gitignore | |
parent | bf4a3e59b0cfb1e999845dc5228dfa1f54851b9f (diff) | |
download | numpy-de26b1e5aba4649e8d5e1b0cb5af63d64bad438e.tar.gz |
DEV: Add new _test.c files and benchmarks/html to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbdd4f784..e1bd8475e 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ numpy/core/include/numpy/config.h numpy/core/include/numpy/multiarray_api.txt numpy/core/include/numpy/ufunc_api.txt numpy/core/lib/ +numpy/core/src/multiarray/_multiarray_tests.c numpy/core/src/multiarray/arraytypes.c numpy/core/src/multiarray/einsum.c numpy/core/src/multiarray/lowlevel_strided_loops.c @@ -141,6 +142,10 @@ 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 numpy/core/src/umath/scalarmath.c numpy/core/src/umath/funcs.inc numpy/core/src/umath/loops.[ch] @@ -153,6 +158,7 @@ numpy/distutils/__config__.py numpy/linalg/umath_linalg.c doc/source/reference/generated benchmarks/results +benchmarks/html benchmarks/env benchmarks/numpy # cythonized files |