summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2018-12-08 14:30:26 -0600
committerOleksandr Pavlyk <oleksandr.pavlyk@intel.com>2018-12-08 14:33:28 -0600
commit7fe5ab67676e84cedec41bf2d2a107ad6f7c4348 (patch)
treebe74fd9e790ef1992c1c157436c5680b25515356 /.gitignore
parentf2dbb70b32da2e51120707dcc29a82d3415d4ad7 (diff)
downloadnumpy-7fe5ab67676e84cedec41bf2d2a107ad6f7c4348.tar.gz
MAINT: added template-generated files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
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