diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-12-08 13:50:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-08 13:50:18 -0800 |
commit | 294867351296357a0bde5b16b2ec49fe86868d15 (patch) | |
tree | be74fd9e790ef1992c1c157436c5680b25515356 | |
parent | f2dbb70b32da2e51120707dcc29a82d3415d4ad7 (diff) | |
parent | 7fe5ab67676e84cedec41bf2d2a107ad6f7c4348 (diff) | |
download | numpy-294867351296357a0bde5b16b2ec49fe86868d15.tar.gz |
Merge pull request #12512 from oleksandr-pavlyk/expand-gitignore
added template-generated files to .gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a1e1909f..c2eddb84a 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,10 @@ 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/common/npy_binsearch.h +numpy/core/src/common/npy_partition.h +numpy/core/src/common/npy_sort.h +numpy/core/src/common/templ_common.h numpy/core/src/multiarray/_multiarray_tests.c numpy/core/src/multiarray/arraytypes.c numpy/core/src/multiarray/einsum.c @@ -150,6 +154,7 @@ 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] +numpy/core/src/umath/matmul.[ch] numpy/core/src/umath/operand_flag_tests.c numpy/core/src/umath/simd.inc numpy/core/src/umath/struct_ufunc_test.c |